ManagementPackException Constructor
Initializes a new ManagementPackException object.
Overload List
Name | Description |
---|---|
ManagementPackException () | Initializes a new ManagementPackException object. |
ManagementPackException (ManagementPackExceptionCode) | Initializes a new ManagementPackException object with an exception code that identifies the cause of the exception. |
ManagementPackException (String) | Initializes a new ManagementPackException object by specifying the error message that describes the current exception. |
ManagementPackException (ManagementPackExceptionCode, Exception) | Initializes a new ManagementPackException object with the exception code that identifies the exception and the inner exception that caused the exception. |
ManagementPackException (ManagementPackExceptionCode, Object[]) | Initializes a new ManagementPackException object. |
ManagementPackException (ManagementPackExceptionCode, String[]) | Initializes a new ManagementPackException object. |
ManagementPackException (SerializationInfo, StreamingContext) | Initializes a new ManagementPackException object with serialized data. |
ManagementPackException (String, Exception) | Initializes a new ManagementPackException object with an error message and inner exception. |
ManagementPackException (ManagementPackExceptionCode, Exception, Object[]) | Initializes a new ManagementPackException object. |
ManagementPackException (ManagementPackExceptionCode, Exception, String[]) | Initializes a new ManagementPackException object. |
See Also
Reference
ManagementPackException Class
ManagementPackException Members
Microsoft.EnterpriseManagement.Common Namespace