XEventException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
XEventException(String) |
Initializes a new instance of the XEventException class with a specified error message. |