EventLogNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe EventLogNotFoundException.
Surcharges
EventLogNotFoundException() |
Initialise une nouvelle instance de la classe EventLogNotFoundException. |
EventLogNotFoundException(String) |
Initialise une nouvelle instance de la classe EventLogNotFoundException en spécifiant le message d'erreur qui décrit l'exception actuelle. |
EventLogNotFoundException(SerializationInfo, StreamingContext) |
Obsolète.
Initialise une nouvelle instance de la classe EventLogNotFoundException avec des données sérialisées. |
EventLogNotFoundException(String, Exception) |
Initialise une nouvelle instance de la classe EventLogNotFoundException avec un message d'erreur et une exception interne. |
EventLogNotFoundException()
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
Initialise une nouvelle instance de la classe EventLogNotFoundException.
public:
EventLogNotFoundException();
public EventLogNotFoundException ();
Public Sub New ()
S’applique à
EventLogNotFoundException(String)
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
Initialise une nouvelle instance de la classe EventLogNotFoundException en spécifiant le message d'erreur qui décrit l'exception actuelle.
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)
Paramètres
- message
- String
Message d'erreur qui décri l'exception actuelle.
S’applique à
EventLogNotFoundException(SerializationInfo, StreamingContext)
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialise une nouvelle instance de la classe EventLogNotFoundException avec des données sérialisées.
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)
Paramètres
- serializationInfo
- SerializationInfo
Objet SerializationInfo qui contient les données de l'objet sérialisé concernant l'exception levée.
- streamingContext
- StreamingContext
Objet StreamingContext qui contient les informations contextuelles relatives à la source ou à la destination.
- Attributs
S’applique à
EventLogNotFoundException(String, Exception)
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
- Source:
- EventLogException.cs
Initialise une nouvelle instance de la classe EventLogNotFoundException avec un message d'erreur et une exception interne.
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)
Paramètres
- message
- String
Message d'erreur qui décri l'exception actuelle.
- innerException
- Exception
Instance d'exception qui a provoqué l'exception actuelle.