ServicedComponentException Constructor (String^)

 

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

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

public:
ServicedComponentException(
	String^ message
)

Parameters

message
Type: System::String^

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

.NET Framework
Available since 1.1
Return to top
Show: