Arguments to a QueryException event.
            
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.0.23177 (2.2.0.23177)
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public class QueryExceptionEventArgs : QueryEventArgs
Public Class QueryExceptionEventArgs _ Inherits QueryEventArgs
public ref class QueryExceptionEventArgs : public QueryEventArgs
 Members
Members
| All Members | Properties  | Methods  | 
|  Public  Protected |  Instance  Static  |  Declared  Inherited |  XNA Framework Only   .NET Compact Framework Only  | 
| Member | Description | |
|---|---|---|
|  | Equals(Object) | (Inherited from Object.) | 
|  | Exception | 
            The LiveViewException instance that generated this event.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
StreamBase.LiveView.API..::..QueryEventArgs
StreamBase.LiveView.API..::..QueryExceptionEventArgs
System..::..EventArgs
StreamBase.LiveView.API..::..QueryEventArgs
StreamBase.LiveView.API..::..QueryExceptionEventArgs

























