ManagementException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes an empty new instance of the ManagementException class. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.
Assembly: System.Management (in System.Management.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception.
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
.NET Framework
Available since 1.1
Available since 1.1
Show: