EventLogNotFoundException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse.
Überlädt
EventLogNotFoundException() |
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse. |
EventLogNotFoundException(String) |
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse durch Angabe der Fehlermeldung, die die aktuelle Ausnahme beschreibt. |
EventLogNotFoundException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse mit serialisierten Daten. |
EventLogNotFoundException(String, Exception) |
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse mit einer Fehlermeldung und einer angegebenen Ausnahme. |
EventLogNotFoundException()
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse.
public:
EventLogNotFoundException();
public EventLogNotFoundException ();
Public Sub New ()
Gilt für:
EventLogNotFoundException(String)
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse durch Angabe der Fehlermeldung, die die aktuelle Ausnahme beschreibt.
public:
EventLogNotFoundException(System::String ^ message);
public EventLogNotFoundException (string message);
new System.Diagnostics.Eventing.Reader.EventLogNotFoundException : string -> System.Diagnostics.Eventing.Reader.EventLogNotFoundException
Public Sub New (message As String)
Parameter
- message
- String
Die Fehlermeldung, die die aktuelle Ausnahme beschreibt.
Gilt für:
EventLogNotFoundException(SerializationInfo, StreamingContext)
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse mit serialisierten Daten.
protected:
EventLogNotFoundException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected EventLogNotFoundException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected EventLogNotFoundException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Diagnostics.Eventing.Reader.EventLogNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogNotFoundException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Diagnostics.Eventing.Reader.EventLogNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogNotFoundException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
Parameter
- serializationInfo
- SerializationInfo
Das SerializationInfo-Objekt, das die serialisierten Objektdaten für die ausgelöste Ausnahme enthält.
- streamingContext
- StreamingContext
Das StreamingContext-Objekt, das Kontextinformationen über die Quelle oder das Ziel enthält.
- Attribute
Gilt für:
EventLogNotFoundException(String, Exception)
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
- Quelle:
- EventLogException.cs
Initialisiert eine neue Instanz der EventLogNotFoundException-Klasse mit einer Fehlermeldung und einer angegebenen Ausnahme.
public:
EventLogNotFoundException(System::String ^ message, Exception ^ innerException);
public EventLogNotFoundException (string message, Exception innerException);
new System.Diagnostics.Eventing.Reader.EventLogNotFoundException : string * Exception -> System.Diagnostics.Eventing.Reader.EventLogNotFoundException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung, die die aktuelle Ausnahme beschreibt.
- innerException
- Exception
Die Ausnahmeinstanz, die die aktuelle Ausnahme verursacht hat.