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.
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.String- The exception message text. 
- innerException 
 Type: System.Exception- The inner exception. 
See Also
PrimarySnapInDataException Overload
PrimarySnapInDataException Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top