Share via


CimException Constructor ()

 

Initializes a new instance of the CimException class.

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

Syntax

public CimException()
public:
CimException()
new : unit -> CimException
Public Sub New

Remarks

There are no established scenarios for this constructor. It has been made publicly available to support extensibility and testability as recommended by the .NET design guidelines.

See Also

CimException Overload
CimException Class
Microsoft.Management.Infrastructure Namespace

Return to top