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
System_CAPS_pubmethod CimException()

Initializes a new instance of the CimException class.

System_CAPS_pubmethod CimException(CimInstance)

Initializes a new instance of the CimException class.

System_CAPS_protmethod CimException(SerializationInfo, StreamingContext)

Initializes a new instance of the CimException class.

System_CAPS_pubmethod CimException(String)

Initializes a new instance of the CimException class.

System_CAPS_pubmethod CimException(String, Exception)

Initializes a new instance of the CimException class.

See Also

CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top