DsmlErrorResponse 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DsmlErrorResponse 클래스는 오류가 발생하는 경우 서버에서 생성됩니다.
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
- 상속
속성
Controls |
Controls 속성이 DSML <errorResponse>에 적용되지 않습니다. |
Detail |
Detail 속성은 errorResponse의 <detail> 요소 내용을 포함합니다(있는 경우). |
ErrorMessage |
ErrorMessage 속성이 DSML <errorResponse>에 적용되지 않습니다. |
MatchedDN |
MatchedDN 속성이 DSML <errorResponse>에 적용되지 않습니다. |
Message |
Message 속성은 errorResponse의 <message> 요소에 반환된 텍스트를 포함합니다(있는 경우). |
Referral |
Referral 속성이 DSML <errorResponse>에 적용되지 않습니다. |
RequestId |
RequestId 속성에는 요청 식별자가 포함되어 있습니다. (다음에서 상속됨 DirectoryResponse) |
ResultCode |
ResultCode 속성이 DSML <errorResponse>에 적용되지 않습니다. |
Type |
Type 속성에는 서버에서 반환하는 오류 응답의 형식을 지정하는 ErrorResponseCategory의 값이 포함되어 있습니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET