ErrorResponseException.Response 속성

정의

Response 속성에는 <errorResponse>에 해당하는 DsmlErrorResponse 개체가 포함되어 있습니다.

public:
 property System::DirectoryServices::Protocols::DsmlErrorResponse ^ Response { System::DirectoryServices::Protocols::DsmlErrorResponse ^ get(); };
public System.DirectoryServices.Protocols.DsmlErrorResponse Response { get; }
member this.Response : System.DirectoryServices.Protocols.DsmlErrorResponse
Public ReadOnly Property Response As DsmlErrorResponse

속성 값

<errorResponse>에 해당하는 DsmlErrorResponse 개체입니다.

적용 대상