EventLogException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy EventLogException.
Przeciążenia
EventLogException() |
Inicjuje nowe wystąpienie klasy EventLogException. |
EventLogException(Int32) |
Inicjuje EventLogException nowe wystąpienie klasy z kodem błędu dla wyjątku. |
EventLogException(String) |
Inicjuje EventLogException nowe wystąpienie klasy, określając komunikat o błędzie opisujący bieżący wyjątek. |
EventLogException(SerializationInfo, StreamingContext) |
Przestarzałe.
Inicjuje nowe wystąpienie klasy EventLogException z zserializowanymi danymi. |
EventLogException(String, Exception) |
Inicjuje EventLogException nowe wystąpienie klasy z komunikatem o błędzie i wyjątkiem wewnętrznym. |
EventLogException()
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
Inicjuje nowe wystąpienie klasy EventLogException.
public:
EventLogException();
public EventLogException ();
Public Sub New ()
Dotyczy
EventLogException(Int32)
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
Inicjuje EventLogException nowe wystąpienie klasy z kodem błędu dla wyjątku.
protected:
EventLogException(int errorCode);
protected EventLogException (int errorCode);
new System.Diagnostics.Eventing.Reader.EventLogException : int -> System.Diagnostics.Eventing.Reader.EventLogException
Protected Sub New (errorCode As Integer)
Parametry
- errorCode
- Int32
Kod błędu błędu, który wystąpił podczas odczytywania lub konfigurowania informacji związanych z dziennikami zdarzeń.
Dotyczy
EventLogException(String)
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
Inicjuje EventLogException nowe wystąpienie klasy, określając komunikat o błędzie opisujący bieżący wyjątek.
public:
EventLogException(System::String ^ message);
public EventLogException (string message);
new System.Diagnostics.Eventing.Reader.EventLogException : string -> System.Diagnostics.Eventing.Reader.EventLogException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat o błędzie opisujący bieżący wyjątek.
Dotyczy
EventLogException(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 EventLogException z zserializowanymi danymi.
protected:
EventLogException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected EventLogException (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 EventLogException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Diagnostics.Eventing.Reader.EventLogException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogException
[<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.EventLogException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
Parametry
- serializationInfo
- SerializationInfo
Obiekt SerializationInfo , który przechowuje serializowane dane obiektu dotyczące zgłaszanego wyjątku.
- streamingContext
- StreamingContext
StreamingContext Obiekt zawierający kontekstowe informacje o źródle lub miejscu docelowym.
- Atrybuty
Dotyczy
EventLogException(String, Exception)
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
- Źródło:
- EventLogException.cs
Inicjuje EventLogException nowe wystąpienie klasy z komunikatem o błędzie i wyjątkiem wewnętrznym.
public:
EventLogException(System::String ^ message, Exception ^ innerException);
public EventLogException (string message, Exception innerException);
new System.Diagnostics.Eventing.Reader.EventLogException : string * Exception -> System.Diagnostics.Eventing.Reader.EventLogException
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.