Fired when the LiveView server has sent an exception.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 1.6.0.2 (1.6.0.2)
Syntax
C# |
---|
public event EventHandler<QueryExceptionEventArgs> QueryExceptionEvent |
Visual Basic |
---|
Public Event QueryExceptionEvent As EventHandler(Of QueryExceptionEventArgs) |
Visual C++ |
---|
public: event EventHandler<QueryExceptionEventArgs^>^ QueryExceptionEvent { void add (EventHandler<QueryExceptionEventArgs^>^ value); void remove (EventHandler<QueryExceptionEventArgs^>^ value); } |