ManagementException Constructor (String, Exception)
Initializes a new instance of the ManagementException class with the specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public ManagementException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
Error message that explains the reason for the exception.
- innerException
Type: System.Exception
Exception that is the cause of the current exception.