TlsOperationException Konstruktory

Definicja

Konstruktor TlsOperationException() tworzy wystąpienie TlsOperationException klasy.

Przeciążenia

TlsOperationException()

Konstruktor TlsOperationException() tworzy wystąpienie TlsOperationException klasy.

TlsOperationException(DirectoryResponse)

Konstruktor TlsOperationException(DirectoryResponse) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi.

TlsOperationException(String)

Konstruktor TlsOperationException(String) tworzy wystąpienie TlsOperationException klasy przy użyciu określonego komunikatu.

TlsOperationException(DirectoryResponse, String)

Konstruktor TlsOperationException(DirectoryResponse, String) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi i komunikatu.

TlsOperationException(SerializationInfo, StreamingContext)
Przestarzałe.

Konstruktor TlsOperationException(SerializationInfo, StreamingContext) tworzy wystąpienie TlsOperationException klasy przy użyciu określonych danych serializacji i kontekstu przesyłania strumieniowego.

TlsOperationException(String, Exception)

Konstruktor TlsOperationException(String, Exception) tworzy wystąpienie TlsOperationException klasy przy użyciu określonego komunikatu i wyjątku wewnętrznego.

TlsOperationException(DirectoryResponse, String, Exception)

Konstruktor TlsOperationException(DirectoryResponse, String, Exception) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi, komunikatu i wyjątku wewnętrznego.

TlsOperationException()

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException() tworzy wystąpienie TlsOperationException klasy.

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

Dotyczy

TlsOperationException(DirectoryResponse)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException(DirectoryResponse) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi.

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)

Parametry

response
DirectoryResponse

DirectoryResponse Obiekt zwrócony przez serwer.

Dotyczy

TlsOperationException(String)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException(String) tworzy wystąpienie TlsOperationException klasy przy użyciu określonego komunikatu.

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)

Parametry

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

Dotyczy

TlsOperationException(DirectoryResponse, String)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException(DirectoryResponse, String) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi i komunikatu.

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)

Parametry

response
DirectoryResponse

DirectoryResponse Obiekt zwrócony przez serwer.

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

Dotyczy

TlsOperationException(SerializationInfo, StreamingContext)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Przestroga

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

Konstruktor TlsOperationException(SerializationInfo, StreamingContext) tworzy wystąpienie TlsOperationException klasy przy użyciu określonych danych serializacji i kontekstu przesyłania strumieniowego.

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)

Parametry

info
SerializationInfo

Dane wymagane do serializacji parametru.

context
StreamingContext

Źródło i miejsce docelowe serializowanego strumienia skojarzonego z parametrem .

Atrybuty

Dotyczy

TlsOperationException(String, Exception)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException(String, Exception) tworzy wystąpienie TlsOperationException klasy przy użyciu określonego komunikatu i wyjątku wewnętrznego.

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)

Parametry

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

inner
Exception

Parametr InnerException, jeśli istnieje, który wyrzucił wyjątek.

Dotyczy

TlsOperationException(DirectoryResponse, String, Exception)

Źródło:
LdapException.cs
Źródło:
LdapException.cs
Źródło:
LdapException.cs

Konstruktor TlsOperationException(DirectoryResponse, String, Exception) tworzy wystąpienie TlsOperationException klasy przy użyciu określonej odpowiedzi, komunikatu i wyjątku wewnętrznego.

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)

Parametry

response
DirectoryResponse

DirectoryResponse Obiekt zwrócony przez serwer.

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

inner
Exception

Parametr InnerException, jeśli istnieje, który wyrzucił wyjątek.

Dotyczy