The LiveViewException instance that generated this event.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public LiveViewException Exception { get; internal set; }
Public Property Exception As LiveViewException
	Get
	Friend Set
public:
property LiveViewException^ Exception {
	LiveViewException^ get ();
	internal: void set (LiveViewException^ value);
}

See Also