Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
message
Type: System.StringThe exception message text.
See Also
PrimarySnapInDataException Overload
PrimarySnapInDataException Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top