Share via


PrimarySnapInDataException Constructor (String)

 

Initializes a new instance of the PrimarySnapInDataException class using a customized message as a parameter. This is the constructor that is typically used.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public PrimarySnapInDataException(
    string message
)
public:
PrimarySnapInDataException(
    String^ message
)
new : 
        message:string -> PrimarySnapInDataException
Public Sub New (
    message As String
)

Parameters

See Also

PrimarySnapInDataException Overload
PrimarySnapInDataException Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top