Class QueryFailureEventArgs
Object containing information about a succeeded query, without type information.
public abstract class QueryFailureEventArgs : EventArgs
- Inheritance
-
QueryFailureEventArgs
- Derived
- Inherited Members
Properties
Exception
The exception thrown by the query.
public Exception Exception { get; }