RegistrationException Constructor (String^, Exception^)

 

Initializes a new instance of the RegistrationException class with a specified error message and nested exception.

Namespace:   System.EnterpriseServices
Assembly:  System.EnterpriseServices (in System.EnterpriseServices.dll)

public:
RegistrationException(
	String^ msg,
	Exception^ inner
)

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
Return to top
Show: