Share via


EventLocationException Klasse

Definition

Stellt eine Ausnahme dar, die ausgelöst wird, wenn eine Position nicht gefunden wird.

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
Vererbung
EventLocationException
Attribute

Konstruktoren

EventLocationException()

Initialisiert eine neue Instanz der EventLocationException-Klasse unter Verwendung von Standardwerten.

EventLocationException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der EventLocationException-Klasse mit den angegebenen Serialisierungs- und Kontextinformationen.

EventLocationException(String)

Initialisiert eine neue Instanz der EventLocationException-Klasse mit der angegebenen Fehlermeldung.

EventLocationException(String, Exception)

Initialisiert eine neue Instanz der EventLocationException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache für die Ausnahme bildet.

Gilt für: