PrimarySnapInDataException Constructor (String, Exception)
Creates a new instance with an inner exception.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public PrimarySnapInDataException(
string message,
Exception innerException
)
public:
PrimarySnapInDataException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> PrimarySnapInDataException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe exception message text.
innerException
Type: System.ExceptionThe inner exception.
See Also
PrimarySnapInDataException Overload
PrimarySnapInDataException Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top