Fired when the LiveView server has sent an exception.

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 event EventHandler<QueryExceptionEventArgs> QueryExceptionEvent
Public Event QueryExceptionEvent As EventHandler(Of QueryExceptionEventArgs)
public:
 event EventHandler<QueryExceptionEventArgs^>^ QueryExceptionEvent {
	void add (EventHandler<QueryExceptionEventArgs^>^ value);
	void remove (EventHandler<QueryExceptionEventArgs^>^ value);
}

See Also