Click or drag to resize

STDException Constructor (String, Exception)

version: 10.22.0
Initalizes a new instance of STDException with a specified error message and cause exception.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public STDException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString
Error message.
cause
Type: SystemException
Cause exception.
See Also