XEventException Class

Definition

The exception that is thrown for the QueryableXEvent sources.

public ref class XEventException : Exception
[System.Serializable]
public class XEventException : Exception
[<System.Serializable>]
type XEventException = class
    inherit Exception
Public Class XEventException
Inherits Exception
Inheritance
XEventException
Derived
Attributes

Constructors

XEventException()

Initializes a new instance of the XEventException class with the default values.

XEventException(SerializationInfo, StreamingContext)

Initializes a new instance of the XEventException class with the specified serialization and context information.

XEventException(String)

Initializes a new instance of the XEventException class with a specified error message.

XEventException(String, Exception)

Initializes a new instance of the XEventException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to