DsmlErrorResponse Class

 

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

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)


public ref class DsmlErrorResponse : DirectoryResponse

NameDescription
System_CAPS_pubpropertyControls

The Controls property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::Controls.)

System_CAPS_pubpropertyDetail

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

System_CAPS_pubpropertyErrorMessage

The ErrorMessage property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::ErrorMessage.)

System_CAPS_pubpropertyMatchedDN

The MatchedDN property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::MatchedDN.)

System_CAPS_pubpropertyMessage

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

System_CAPS_pubpropertyReferral

The Referral property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::Referral.)

System_CAPS_pubpropertyRequestId

The RequestId property contains the Request Identifier.(Inherited from DirectoryResponse.)

System_CAPS_pubpropertyResultCode

The ResultCode property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::ResultCode.)

System_CAPS_pubpropertyType

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: