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 对象。

适用于