DsmlErrorResponse Class
The DsmlErrorResponse class is generated by the server when a severe error occurs.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
System.DirectoryServices.Protocols::DirectoryOperation
System.DirectoryServices.Protocols::DirectoryResponse
System.DirectoryServices.Protocols::DsmlErrorResponse
| Name | Description | |
|---|---|---|
![]() | Controls | The Controls property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::Controls.) |
![]() | 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>.(Overrides DirectoryResponse::ErrorMessage.) |
![]() | MatchedDN | The MatchedDN property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::MatchedDN.) |
![]() | 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>.(Overrides DirectoryResponse::Referral.) |
![]() | RequestId | The RequestId property contains the Request Identifier.(Inherited from DirectoryResponse.) |
![]() | ResultCode | The ResultCode property is not applicable to a DSML <errorResponse>.(Overrides DirectoryResponse::ResultCode.) |
![]() | Type | The Type property contains a value of ErrorResponseCategory that specifies the type of the error response returned by the server. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


