ErrorResponseException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.
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ürüldü" ş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>
nesnesi.
Ş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>
nesnesi.
- 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şkilendirilmiş serileştirilmiş 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 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 durumu oluşturan .
Şunlara uygulanır
ErrorResponseException(DsmlErrorResponse, String, Exception)
Oluşturucu, ErrorResponseException(DsmlErrorResponse, String, Exception) belirtilen yanıt nesnesini, iletisini ve iç özel durumunu 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>
nesnesi.
- message
- String
Özel durum oluştuğunda istemciye görüntülenen ileti.
- inner
- Exception
InnerExceptionvarsa, özel durumu oluşturan .