Table of Contents

Class QueryFailureEventArgs

Namespace
Phetch.Core
Assembly
Phetch.Core.dll

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; }

Property Value

Exception