CimException Constructor (String)
Initializes a new instance of the CimException class.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimException(
string message
)
public:
CimException(
String^ message
)
new :
message:string -> CimException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringA string that contains a description of the error.
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