ManagementException Constructor
.NET Framework 4.5
Initializes a new instance of the ManagementException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ManagementException() | Initializes a new instance of the ManagementException class. |
|
ManagementException(String) | Initializes a new instance of the ManagementException class with a specified error message. |
|
ManagementException(SerializationInfo, StreamingContext) | Initializes a new instance of the ManagementException class that is serializable. |
|
ManagementException(String, Exception) | Initializes an empty new instance of the ManagementException class. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception. |