ContextEventArgs.ErrorInfo Property

Solclient

ContextEventArgsErrorInfo Property
version: 7.2.1.27
Optional, if present it will contain more information about the underlying error.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public SDKErrorInfo ErrorInfo { get; }
Public ReadOnly Property ErrorInfo As SDKErrorInfo
	Get
public:
property SDKErrorInfo^ ErrorInfo {
	SDKErrorInfo^ get ();
}

Property Value

Type: SDKErrorInfo
See Also