TlsOperationException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TlsOperationException() 생성자는 TlsOperationException 클래스의 인스턴스를 만듭니다.
오버로드
TlsOperationException()
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException() 생성자는 TlsOperationException 클래스의 인스턴스를 만듭니다.
public:
TlsOperationException();
public TlsOperationException ();
Public Sub New ()
적용 대상
TlsOperationException(DirectoryResponse)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException(DirectoryResponse) 생성자는 지정된 응답을 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- response
- DirectoryResponse
서버에서 반환하는 DirectoryResponse 개체입니다.
적용 대상
TlsOperationException(String)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException(String) 생성자는 지정된 메시지를 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- message
- String
예외가 발생할 때 클라이언트에 표시되는 메시지입니다.
적용 대상
TlsOperationException(DirectoryResponse, String)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException(DirectoryResponse, String) 생성자는 지정된 응답과 메시지를 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- response
- DirectoryResponse
서버에서 반환하는 DirectoryResponse 개체입니다.
- message
- String
예외가 발생할 때 클라이언트에 표시되는 메시지입니다.
적용 대상
TlsOperationException(SerializationInfo, StreamingContext)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
TlsOperationException(SerializationInfo, StreamingContext) 생성자는 지정된 serialization 데이터와 스트리밍 컨텍스트를 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- info
- SerializationInfo
매개 변수를 serialize하는 데 필요한 데이터입니다.
- context
- StreamingContext
매개 변수와 연결된 serialize된 스트림의 소스와 대상입니다.
- 특성
적용 대상
TlsOperationException(String, Exception)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException(String, Exception) 생성자는 지정된 메시지와 내부 예외를 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- message
- String
예외가 발생할 때 클라이언트에 표시되는 메시지입니다.
- inner
- Exception
예외를 throw한 InnerException(있는 경우)입니다.
적용 대상
TlsOperationException(DirectoryResponse, String, Exception)
- Source:
- LdapException.cs
- Source:
- LdapException.cs
- Source:
- LdapException.cs
TlsOperationException(DirectoryResponse, String, Exception) 생성자는 지정된 응답, 메시지 및 내부 예외를 사용하여 TlsOperationException 클래스의 인스턴스를 만듭니다.
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)
매개 변수
- response
- DirectoryResponse
서버에서 반환하는 DirectoryResponse 개체입니다.
- message
- String
예외가 발생할 때 클라이언트에 표시되는 메시지입니다.
- inner
- Exception
예외를 throw한 InnerException(있는 경우)입니다.
적용 대상
.NET