RegistrationException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the RegistrationException class with a specified error message and nested exception.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- msg
-
Type:
System::String^
The message displayed to the client when the exception is thrown.
- inner
-
Type:
System::Exception^
The nested exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: