BerConversionException 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.
Der BerConversionException() -Konstruktor erstellt eine Instanz der BerConversionException -Klasse.
Überlädt
BerConversionException() |
Der BerConversionException() -Konstruktor erstellt eine Instanz der BerConversionException -Klasse. |
BerConversionException(String) |
Der BerConversionException(String)-Konstruktor erstellt mithilfe der angegebenen Meldung eine Instanz der BerConversionException-Klasse. |
BerConversionException(SerializationInfo, StreamingContext) |
Veraltet.
Der BerConversionException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und der Streamingkontextdaten eine Instanz der BerConversionException-Klasse. |
BerConversionException(String, Exception) |
Der BerConversionException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Meldung und einer inneren Ausnahme eine Instanz der BerConversionException-Klasse. |
BerConversionException()
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
Der BerConversionException() -Konstruktor erstellt eine Instanz der BerConversionException -Klasse.
public:
BerConversionException();
public BerConversionException ();
Public Sub New ()
Gilt für:
BerConversionException(String)
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
Der BerConversionException(String)-Konstruktor erstellt mithilfe der angegebenen Meldung eine Instanz der BerConversionException-Klasse.
public:
BerConversionException(System::String ^ message);
public BerConversionException (string message);
new System.DirectoryServices.Protocols.BerConversionException : string -> System.DirectoryServices.Protocols.BerConversionException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme ausgelöst wird.
Gilt für:
BerConversionException(SerializationInfo, StreamingContext)
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Der BerConversionException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und der Streamingkontextdaten eine Instanz der BerConversionException-Klasse.
protected:
BerConversionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected BerConversionException (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 BerConversionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.Protocols.BerConversionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.BerConversionException
[<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.BerConversionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.BerConversionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Die serialisierten Objektdaten über die ausgelöste Ausnahme.
- context
- StreamingContext
Die Kontextdaten über die Quelle oder das Ziel.
- Attribute
Gilt für:
BerConversionException(String, Exception)
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
- Quelle:
- DirectoryException.cs
Der BerConversionException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Meldung und einer inneren Ausnahme eine Instanz der BerConversionException-Klasse.
public:
BerConversionException(System::String ^ message, Exception ^ inner);
public BerConversionException (string message, Exception inner);
new System.DirectoryServices.Protocols.BerConversionException : string * Exception -> System.DirectoryServices.Protocols.BerConversionException
Public Sub New (message As String, inner As Exception)
Parameter
- message
- String
Die angezeigte Meldung, wenn die Ausnahme ausgelöst wird.
- inner
- Exception
Die InnerException, falls vorhanden, die die Ausnahme ausgelöst hat.