EventLocationException Class

Definition

Represents an exception that is thrown when a location cannot be found.

public ref class EventLocationException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventLocationException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventLocationException = class
    inherit XEventException
Public Class EventLocationException
Inherits XEventException
Inheritance
EventLocationException
Attributes

Constructors

EventLocationException()

Initializes a new instance of the EventLocationException class using default values.

EventLocationException(SerializationInfo, StreamingContext)

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

EventLocationException(String)

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

EventLocationException(String, Exception)

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

Applies to