Udostępnij za pośrednictwem


EventLogReadingException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EventLogReadingException.

Przeciążenia

EventLogReadingException()

Inicjuje nowe wystąpienie klasy EventLogReadingException.

EventLogReadingException(String)

Inicjuje nowe wystąpienie EventLogReadingException klasy, określając komunikat o błędzie opisujący bieżący wyjątek.

EventLogReadingException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowe wystąpienie klasy EventLogReadingException z zserializowanymi danymi.

EventLogReadingException(String, Exception)

Inicjuje EventLogReadingException nowe wystąpienie klasy z komunikatem o błędzie i wyjątkiem wewnętrznym.

EventLogReadingException()

Źródło:
EventLogException.cs
Źródło:
EventLogException.cs
Źródło:
EventLogException.cs

Inicjuje nowe wystąpienie klasy EventLogReadingException.

public:
 EventLogReadingException();
public EventLogReadingException ();
Public Sub New ()

Zobacz też

Dotyczy

EventLogReadingException(String)

Źródło:
EventLogException.cs
Źródło:
EventLogException.cs
Źródło:
EventLogException.cs

Inicjuje nowe wystąpienie EventLogReadingException klasy, określając komunikat o błędzie opisujący bieżący wyjątek.

public:
 EventLogReadingException(System::String ^ message);
public EventLogReadingException (string message);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : string -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie opisujący bieżący wyjątek.

Zobacz też

Dotyczy

EventLogReadingException(SerializationInfo, StreamingContext)

Źródło:
EventLogException.cs
Źródło:
EventLogException.cs
Źródło:
EventLogException.cs

Przestroga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje nowe wystąpienie klasy EventLogReadingException z zserializowanymi danymi.

protected:
 EventLogReadingException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected EventLogReadingException (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 EventLogReadingException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogReadingException
[<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.EventLogReadingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)

Parametry

serializationInfo
SerializationInfo

SerializationInfo Obiekt, który przechowuje dane obiektu serializowanego o zgłoszonym wyjątku.

streamingContext
StreamingContext

StreamingContext Obiekt zawierający kontekstowe informacje o źródle lub miejscu docelowym.

Atrybuty

Zobacz też

Dotyczy

EventLogReadingException(String, Exception)

Źródło:
EventLogException.cs
Źródło:
EventLogException.cs
Źródło:
EventLogException.cs

Inicjuje EventLogReadingException nowe wystąpienie klasy z komunikatem o błędzie i wyjątkiem wewnętrznym.

public:
 EventLogReadingException(System::String ^ message, Exception ^ innerException);
public EventLogReadingException (string message, Exception innerException);
new System.Diagnostics.Eventing.Reader.EventLogReadingException : string * Exception -> System.Diagnostics.Eventing.Reader.EventLogReadingException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat o błędzie opisujący bieżący wyjątek.

innerException
Exception

Wystąpienie wyjątku, które spowodowało bieżący wyjątek.

Zobacz też

Dotyczy