RegistrationException Constructor (String^)

 

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

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

public:
RegistrationException(
	String^ msg
)

Parameters

msg
Type: System::String^

The message displayed to the client when the exception is thrown.

.NET Framework
Available since 1.1
Return to top
Show: