Fired when the LiveView server has sent an exception.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
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); }