ErrorResponseException Oluşturucular

Tanım

Oluşturucu sınıfının ErrorResponseException() bir örneğini ErrorResponseException oluşturur.

Aşırı Yüklemeler

ErrorResponseException()

Oluşturucu sınıfının ErrorResponseException() bir örneğini ErrorResponseException oluşturur.

ErrorResponseException(DsmlErrorResponse)

Oluşturucu, ErrorResponseException(DsmlErrorResponse) belirtilen yanıt nesnesini kullanarak sınıfının bir örneğini ErrorResponseException oluşturur. İstemciye görüntülenen varsayılan ileti "<errorResponse> döndürdü" şeklindedir.

ErrorResponseException(String)

Oluşturucu, ErrorResponseException(String) belirtilen iletiyi kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

ErrorResponseException(DsmlErrorResponse, String)

Oluşturucu, ErrorResponseException(DsmlErrorResponse, String) belirtilen yanıt nesnesini ve iletisini kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

ErrorResponseException(SerializationInfo, StreamingContext)

Oluşturucu, ErrorResponseException(SerializationInfo, StreamingContext) belirtilen serileştirme verilerini ve akış bağlamını ErrorResponseException kullanarak sınıfının bir örneğini oluşturur.

ErrorResponseException(String, Exception)

Oluşturucu, ErrorResponseException(String, Exception) belirtilen iletiyi ve iç özel durumu kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

ErrorResponseException(DsmlErrorResponse, String, Exception)

Oluşturucu, ErrorResponseException(DsmlErrorResponse, String, Exception) belirtilen yanıt nesnesini, iletiyi ve iç özel durumu kullanarak sınıfın bir örneğini ErrorResponseException oluşturur.

ErrorResponseException()

Oluşturucu sınıfının ErrorResponseException() bir örneğini ErrorResponseException oluşturur.

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

Şunlara uygulanır

ErrorResponseException(DsmlErrorResponse)

Oluşturucu, ErrorResponseException(DsmlErrorResponse) belirtilen yanıt nesnesini kullanarak sınıfının bir örneğini ErrorResponseException oluşturur. İstemciye görüntülenen varsayılan ileti "<errorResponse> döndürdü" şeklindedir.

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

Parametreler

response
DsmlErrorResponse

DsmlErrorResponse sunucusu tarafından döndürülen ve öğesine karşılık gelen <errorResponse>nesne.

Şunlara uygulanır

ErrorResponseException(String)

Oluşturucu, ErrorResponseException(String) belirtilen iletiyi kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

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

Parametreler

message
String

Özel durum oluştuğunda istemciye görüntülenen ileti.

Şunlara uygulanır

ErrorResponseException(DsmlErrorResponse, String)

Oluşturucu, ErrorResponseException(DsmlErrorResponse, String) belirtilen yanıt nesnesini ve iletisini kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

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

Parametreler

response
DsmlErrorResponse

DsmlErrorResponse sunucusu tarafından döndürülen ve öğesine karşılık gelen <errorResponse>nesne.

message
String

Özel durum oluştuğunda istemciye görüntülenen ileti.

Şunlara uygulanır

ErrorResponseException(SerializationInfo, StreamingContext)

Oluşturucu, ErrorResponseException(SerializationInfo, StreamingContext) belirtilen serileştirme verilerini ve akış bağlamını ErrorResponseException kullanarak sınıfının bir örneğini oluşturur.

protected:
 ErrorResponseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ErrorResponseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.Protocols.ErrorResponseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.Protocols.ErrorResponseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Parametreyi seri hale getirmek için gereken veriler.

context
StreamingContext

parametresiyle ilişkili seri hale getirilmiş akışın kaynağı ve hedefi.

Şunlara uygulanır

ErrorResponseException(String, Exception)

Oluşturucu, ErrorResponseException(String, Exception) belirtilen iletiyi ve iç özel durumu kullanarak sınıfının bir örneğini ErrorResponseException oluşturur.

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

Parametreler

message
String

Özel durum oluştuğunda istemciye görüntülenen ileti.

inner
Exception

InnerExceptionvarsa, özel durum oluşturan .

Şunlara uygulanır

ErrorResponseException(DsmlErrorResponse, String, Exception)

Oluşturucu, ErrorResponseException(DsmlErrorResponse, String, Exception) belirtilen yanıt nesnesini, iletiyi ve iç özel durumu kullanarak sınıfın bir örneğini ErrorResponseException oluşturur.

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

Parametreler

response
DsmlErrorResponse

DsmlErrorResponse sunucusu tarafından döndürülen ve öğesine karşılık gelen <errorResponse>nesne.

message
String

Özel durum oluştuğunda istemciye görüntülenen ileti.

inner
Exception

InnerExceptionvarsa, özel durum oluşturan .

Şunlara uygulanır