CimException Constructor
The CimException type exposes the following constructors.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Overload List
Name | Description | |
---|---|---|
CimException() | Initializes a new instance of the CimException class. |
|
CimException(CimInstance) | Initializes a new instance of the CimException class. |
|
CimException(SerializationInfo, StreamingContext) | Initializes a new instance of the CimException class. |
|
CimException(String) | Initializes a new instance of the CimException class. |
|
CimException(String, Exception) | Initializes a new instance of the CimException class. |
See Also
CimException Class
Microsoft.Management.Infrastructure Namespace
Return to top