Share via


CimException Constructor (CimInstance)

 

Initializes a new instance of the CimException class.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public CimException(
    CimInstance cimError
)
public:
CimException(
    CimInstance^ cimError
)
new : 
        cimError:CimInstance -> CimException
Public Sub New (
    cimError As CimInstance
)

Parameters

See Also

CimException Overload
CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top