ServicedComponentException Constructor (String^, Exception^)

 

Initializes a new instance of the ServicedComponentException class.

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

public:
ServicedComponentException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

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

innerException
Type: System::Exception^

The Exception::InnerException, if any, that threw the current exception.

.NET Framework
Available since 1.1
Return to top
Show: