LdapException 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.
Le constructeur LdapException() crée une instance de la classe LdapException .
Surcharges
LdapException() |
Le constructeur LdapException() crée une instance de la classe LdapException . |
LdapException(Int32) |
Le constructeur LdapException(Int32) crée une instance de la classe LdapException à l'aide du code d'erreur spécifié. Le message par défaut affiché au client est "Erreur de communication avec le serveur LDAP". |
LdapException(String) |
Le constructeur LdapException(String) crée une instance de la classe LdapException à l'aide du message spécifié. |
LdapException(Int32, String) |
Le constructeur LdapException(Int32, String) crée une instance de la classe LdapException à l'aide du code d'erreur et du message spécifiés. |
LdapException(SerializationInfo, StreamingContext) |
Obsolète.
Le constructeur LdapException(SerializationInfo, StreamingContext) crée une instance de la classe LdapException à l'aide des données de sérialisation et du contexte de diffusion en continu spécifiés. |
LdapException(String, Exception) |
Le constructeur LdapException(String, Exception) crée une instance de la classe LdapException à l'aide du message et de l'exception interne spécifiés. |
LdapException(Int32, String, Exception) |
Le constructeur LdapException(Int32, String, Exception) crée une instance de la classe LdapException à l'aide du message, du code d'erreur et de l'exception interne spécifiés. |
LdapException(Int32, String, String) |
Le constructeur LdapException(Int32, String, String) crée une instance de la classeLdapException en utilisant le code d’erreur spécifié, le message et le message d’erreur serveur LDAP. |
LdapException()
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException() crée une instance de la classe LdapException .
public:
LdapException();
public LdapException ();
Public Sub New ()
S’applique à
LdapException(Int32)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(Int32) crée une instance de la classe LdapException à l'aide du code d'erreur spécifié. Le message par défaut affiché au client est "Erreur de communication avec le serveur LDAP".
public:
LdapException(int errorCode);
public LdapException (int errorCode);
new System.DirectoryServices.Protocols.LdapException : int -> System.DirectoryServices.Protocols.LdapException
Public Sub New (errorCode As Integer)
Paramètres
- errorCode
- Int32
Code d’erreur retourné par l’implémentation LDAP.
S’applique à
LdapException(String)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(String) crée une instance de la classe LdapException à l'aide du message spécifié.
public:
LdapException(System::String ^ message);
public LdapException (string message);
new System.DirectoryServices.Protocols.LdapException : string -> System.DirectoryServices.Protocols.LdapException
Public Sub New (message As String)
Paramètres
- message
- String
Message affiché au client quand l’exception se produit.
S’applique à
LdapException(Int32, String)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(Int32, String) crée une instance de la classe LdapException à l'aide du code d'erreur et du message spécifiés.
public:
LdapException(int errorCode, System::String ^ message);
public LdapException (int errorCode, string message);
new System.DirectoryServices.Protocols.LdapException : int * string -> System.DirectoryServices.Protocols.LdapException
Public Sub New (errorCode As Integer, message As String)
Paramètres
- errorCode
- Int32
Code d’erreur retourné par l’implémentation LDAP.
- message
- String
Message affiché au client quand l’exception se produit.
S’applique à
LdapException(SerializationInfo, StreamingContext)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Le constructeur LdapException(SerializationInfo, StreamingContext) crée une instance de la classe LdapException à l'aide des données de sérialisation et du contexte de diffusion en continu spécifiés.
protected:
LdapException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LdapException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[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 LdapException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.Protocols.LdapException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.LdapException
[<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.DirectoryServices.Protocols.LdapException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.LdapException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Données nécessaires pour sérialiser le paramètre.
- context
- StreamingContext
Source et destination du flux sérialisé associé au paramètre.
- Attributs
S’applique à
LdapException(String, Exception)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(String, Exception) crée une instance de la classe LdapException à l'aide du message et de l'exception interne spécifiés.
public:
LdapException(System::String ^ message, Exception ^ inner);
public LdapException (string message, Exception inner);
new System.DirectoryServices.Protocols.LdapException : string * Exception -> System.DirectoryServices.Protocols.LdapException
Public Sub New (message As String, inner As Exception)
Paramètres
- message
- String
Message affiché au client quand l’exception se produit.
- inner
- Exception
Exception interne, le cas échéant, qui a levé l'exception.
S’applique à
LdapException(Int32, String, Exception)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(Int32, String, Exception) crée une instance de la classe LdapException à l'aide du message, du code d'erreur et de l'exception interne spécifiés.
public:
LdapException(int errorCode, System::String ^ message, Exception ^ inner);
public LdapException (int errorCode, string message, Exception inner);
new System.DirectoryServices.Protocols.LdapException : int * string * Exception -> System.DirectoryServices.Protocols.LdapException
Public Sub New (errorCode As Integer, message As String, inner As Exception)
Paramètres
- errorCode
- Int32
Code d’erreur retourné par l’implémentation LDAP.
- message
- String
Message affiché au client quand l’exception se produit.
- inner
- Exception
Exception interne, le cas échéant, qui a levé l'exception.
S’applique à
LdapException(Int32, String, String)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
Le constructeur LdapException(Int32, String, String) crée une instance de la classeLdapException en utilisant le code d’erreur spécifié, le message et le message d’erreur serveur LDAP.
public:
LdapException(int errorCode, System::String ^ message, System::String ^ serverErrorMessage);
public LdapException (int errorCode, string message, string serverErrorMessage);
new System.DirectoryServices.Protocols.LdapException : int * string * string -> System.DirectoryServices.Protocols.LdapException
Public Sub New (errorCode As Integer, message As String, serverErrorMessage As String)
Paramètres
- errorCode
- Int32
Code d’erreur retourné par l’implémentation LDAP.
- message
- String
Message affiché au client quand l’exception se produit.
- serverErrorMessage
- String
Message d'erreur serveur LDAP.