DsmlErrorResponse Class

Definition

The DsmlErrorResponse class is generated by the server when a severe error occurs.

public ref class DsmlErrorResponse : System::DirectoryServices::Protocols::DirectoryResponse
public class DsmlErrorResponse : System.DirectoryServices.Protocols.DirectoryResponse
type DsmlErrorResponse = class
    inherit DirectoryResponse
Public Class DsmlErrorResponse
Inherits DirectoryResponse
Inheritance

Properties

Controls

The Controls property is not applicable to a DSML <errorResponse>.

Detail

The Detail property contains the contents of the <detail> element of the errorResponse, if any.

ErrorMessage

The ErrorMessage property is not applicable to a DSML <errorResponse>.

MatchedDN

The MatchedDN property is not applicable to a DSML <errorResponse>.

Message

The Message property contains the text returned in the <message> element of the errorResponse, if any.

Referral

The Referral property is not applicable to a DSML <errorResponse>.

RequestId

The RequestId property contains the Request Identifier.

(Inherited from DirectoryResponse)
ResultCode

The ResultCode property is not applicable to a DSML <errorResponse>.

Type

The Type property contains a value of ErrorResponseCategory that specifies the type of the error response returned by the server.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to