SolLogInfo.LogException Property

Solclient

SolLogInfoLogException Property
version: 7.2.1.27
Optional log info exception.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Exception LogException { get; set; }
Public Property LogException As Exception
	Get
	Set
public:
property Exception^ LogException {
	Exception^ get ();
	void set (Exception^ value);
}

Property Value

Type: Exception
See Also