TlsOperationException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
De TlsOperationException() constructor maakt een exemplaar van de TlsOperationException klasse.
Overloads
TlsOperationException()
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException() constructor maakt een exemplaar van de TlsOperationException klasse.
public:
TlsOperationException();
public TlsOperationException();
Public Sub New ()
Van toepassing op
TlsOperationException(DirectoryResponse)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException(DirectoryResponse) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van het opgegeven antwoord.
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)
Parameters
- response
- DirectoryResponse
Een DirectoryResponse object dat door de server wordt geretourneerd.
Van toepassing op
TlsOperationException(String)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException(String) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van het opgegeven bericht.
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)
Parameters
- message
- String
Het bericht dat wordt weergegeven aan de client wanneer de uitzondering optreedt.
Van toepassing op
TlsOperationException(DirectoryResponse, String)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException(DirectoryResponse, String) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van het opgegeven antwoord en bericht.
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)
Parameters
- response
- DirectoryResponse
Een DirectoryResponse object dat door de server wordt geretourneerd.
- message
- String
Het bericht dat wordt weergegeven aan de client wanneer de uitzondering optreedt.
Van toepassing op
TlsOperationException(SerializationInfo, StreamingContext)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
Let op
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
De TlsOperationException(SerializationInfo, StreamingContext) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van de opgegeven serialisatiegegevens en streamingcontext.
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)
Parameters
- info
- SerializationInfo
De gegevens die nodig zijn om de parameter te serialiseren.
- context
- StreamingContext
De bron en het doel van de geserialiseerde stroom die aan de parameter is gekoppeld.
- Kenmerken
Van toepassing op
TlsOperationException(String, Exception)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException(String, Exception) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van het opgegeven bericht en de binnenste uitzondering.
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)
Parameters
- message
- String
Het bericht dat wordt weergegeven aan de client wanneer de uitzondering optreedt.
- inner
- Exception
De InnerException, indien van toepassing, die de uitzondering gooide.
Van toepassing op
TlsOperationException(DirectoryResponse, String, Exception)
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
- Bron:
- LdapException.cs
De TlsOperationException(DirectoryResponse, String, Exception) constructor maakt een exemplaar van de TlsOperationException klasse met behulp van het opgegeven antwoord, bericht en interne uitzondering.
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)
Parameters
- response
- DirectoryResponse
Een DirectoryResponse object dat door de server wordt geretourneerd.
- message
- String
Het bericht dat wordt weergegeven aan de client wanneer de uitzondering optreedt.
- inner
- Exception
De InnerException, indien van toepassing, die de uitzondering gooide.