Freigeben über


TlsOperationException Konstruktoren

Definition

Der TlsOperationException() -Konstruktor erstellt eine Instanz der TlsOperationException -Klasse.

Überlädt

TlsOperationException()

Der TlsOperationException() -Konstruktor erstellt eine Instanz der TlsOperationException -Klasse.

TlsOperationException(DirectoryResponse)

Der TlsOperationException(DirectoryResponse)-Konstruktor erstellt mithilfe der angegebenen Antwort eine Instanz der TlsOperationException-Klasse.

TlsOperationException(String)

Der TlsOperationException(String)-Konstruktor erstellt mithilfe der angegebenen Meldung eine Instanz der TlsOperationException-Klasse.

TlsOperationException(DirectoryResponse, String)

Der TlsOperationException(DirectoryResponse, String)-Konstruktor erstellt mithilfe der angegebenen Antwort und der angegebenen Meldung eine Instanz der TlsOperationException-Klasse.

TlsOperationException(SerializationInfo, StreamingContext)
Veraltet.

Der TlsOperationException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und des Streamingkontexts eine Instanz der TlsOperationException-Klasse.

TlsOperationException(String, Exception)

Der TlsOperationException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Meldung und einer inneren Ausnahme eine Instanz der TlsOperationException-Klasse.

TlsOperationException(DirectoryResponse, String, Exception)

Der TlsOperationException(DirectoryResponse, String, Exception)-Konstruktor erstellt mithilfe der angegebenen Antwort, der angegebenen Meldung und einer inneren Ausnahme eine Instanz der TlsOperationException-Klasse.

TlsOperationException()

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException() -Konstruktor erstellt eine Instanz der TlsOperationException -Klasse.

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

Gilt für:

TlsOperationException(DirectoryResponse)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException(DirectoryResponse)-Konstruktor erstellt mithilfe der angegebenen Antwort eine Instanz der TlsOperationException-Klasse.

public:
 TlsOperationException(System::DirectoryServices::Protocols::DirectoryResponse ^ response);
public TlsOperationException (System.DirectoryServices.Protocols.DirectoryResponse response);
new System.DirectoryServices.Protocols.TlsOperationException : System.DirectoryServices.Protocols.DirectoryResponse -> System.DirectoryServices.Protocols.TlsOperationException
Public Sub New (response As DirectoryResponse)

Parameter

response
DirectoryResponse

Ein vom Server zurückgegebenes DirectoryResponse-Objekt.

Gilt für:

TlsOperationException(String)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException(String)-Konstruktor erstellt mithilfe der angegebenen Meldung eine Instanz der TlsOperationException-Klasse.

public:
 TlsOperationException(System::String ^ message);
public TlsOperationException (string message);
new System.DirectoryServices.Protocols.TlsOperationException : string -> System.DirectoryServices.Protocols.TlsOperationException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme auftritt.

Gilt für:

TlsOperationException(DirectoryResponse, String)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException(DirectoryResponse, String)-Konstruktor erstellt mithilfe der angegebenen Antwort und der angegebenen Meldung eine Instanz der TlsOperationException-Klasse.

public:
 TlsOperationException(System::DirectoryServices::Protocols::DirectoryResponse ^ response, System::String ^ message);
public TlsOperationException (System.DirectoryServices.Protocols.DirectoryResponse response, string message);
new System.DirectoryServices.Protocols.TlsOperationException : System.DirectoryServices.Protocols.DirectoryResponse * string -> System.DirectoryServices.Protocols.TlsOperationException
Public Sub New (response As DirectoryResponse, message As String)

Parameter

response
DirectoryResponse

Ein vom Server zurückgegebenes DirectoryResponse-Objekt.

message
String

Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme auftritt.

Gilt für:

TlsOperationException(SerializationInfo, StreamingContext)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Achtung

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

Der TlsOperationException(SerializationInfo, StreamingContext)-Konstruktor erstellt mithilfe der angegebenen Serialisierungsdaten und des Streamingkontexts eine Instanz der TlsOperationException-Klasse.

protected:
 TlsOperationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TlsOperationException (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 TlsOperationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.Protocols.TlsOperationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.TlsOperationException
[<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.TlsOperationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.TlsOperationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die Daten, die zur Serialisierung der Parameter erforderlich sind.

context
StreamingContext

Die Quelle und das Ziel des serialisierten Streams, die dem Parameter zugeordnet sind.

Attribute

Gilt für:

TlsOperationException(String, Exception)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException(String, Exception)-Konstruktor erstellt mithilfe der angegebenen Meldung und einer inneren Ausnahme eine Instanz der TlsOperationException-Klasse.

public:
 TlsOperationException(System::String ^ message, Exception ^ inner);
public TlsOperationException (string message, Exception inner);
new System.DirectoryServices.Protocols.TlsOperationException : string * Exception -> System.DirectoryServices.Protocols.TlsOperationException
Public Sub New (message As String, inner As Exception)

Parameter

message
String

Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme auftritt.

inner
Exception

Die InnerException, falls vorhanden, die die Ausnahme ausgelöst hat.

Gilt für:

TlsOperationException(DirectoryResponse, String, Exception)

Quelle:
LdapException.cs
Quelle:
LdapException.cs
Quelle:
LdapException.cs

Der TlsOperationException(DirectoryResponse, String, Exception)-Konstruktor erstellt mithilfe der angegebenen Antwort, der angegebenen Meldung und einer inneren Ausnahme eine Instanz der TlsOperationException-Klasse.

public:
 TlsOperationException(System::DirectoryServices::Protocols::DirectoryResponse ^ response, System::String ^ message, Exception ^ inner);
public TlsOperationException (System.DirectoryServices.Protocols.DirectoryResponse response, string message, Exception inner);
new System.DirectoryServices.Protocols.TlsOperationException : System.DirectoryServices.Protocols.DirectoryResponse * string * Exception -> System.DirectoryServices.Protocols.TlsOperationException
Public Sub New (response As DirectoryResponse, message As String, inner As Exception)

Parameter

response
DirectoryResponse

Ein vom Server zurückgegebenes DirectoryResponse-Objekt.

message
String

Die Meldung, die dem Client angezeigt wird, wenn die Ausnahme auftritt.

inner
Exception

Die InnerException, falls vorhanden, die die Ausnahme ausgelöst hat.

Gilt für: