10.24.0

STDException(String, Exception) Constructor

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

Definition

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

Parameters

message  String
Error message.
cause  Exception
Cause exception.

See Also