TlsOperationException Konstruktoren

Definition

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

Überlädt

Name Beschreibung
TlsOperationException()

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

TlsOperationException(DirectoryResponse)

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

TlsOperationException(String)

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

TlsOperationException(DirectoryResponse, String)

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

TlsOperationException(SerializationInfo, StreamingContext)
Veraltet.

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

TlsOperationException(String, Exception)

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

TlsOperationException(DirectoryResponse, String, Exception)

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

TlsOperationException()

Quelle:
LdapException.cs
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
Quelle:
LdapException.cs

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

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 DirectoryResponse vom Server zurückgegebenes Objekt.

Gilt für:

TlsOperationException(String)

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

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

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
Quelle:
LdapException.cs

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

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 DirectoryResponse vom Server zurückgegebenes 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
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 eine Instanz der Klasse mithilfe der TlsOperationException angegebenen Serialisierungsdaten und des Streamingkontexts.

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);
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}")>]
new System.DirectoryServices.Protocols.TlsOperationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.TlsOperationException
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 zum Serialisieren des Parameters erforderlichen Daten.

context
StreamingContext

Die Quelle und das Ziel des serialisierten Datenstroms, der dem Parameter zugeordnet ist.

Attribute

Gilt für:

TlsOperationException(String, Exception)

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

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

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

Wenn InnerExceptionvorhanden, wurde die Ausnahme ausgelöst.

Gilt für:

TlsOperationException(DirectoryResponse, String, Exception)

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

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

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 DirectoryResponse vom Server zurückgegebenes Objekt.

message
String

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

inner
Exception

Wenn InnerExceptionvorhanden, wurde die Ausnahme ausgelöst.

Gilt für: