DsmlRequestDocument.ErrorProcessing 속성

정의

속성은 ErrorProcessing 오류 처리 방법을 지정하는 값 DsmlErrorProcessing 중 하나를 포함합니다.

public:
 property System::DirectoryServices::Protocols::DsmlErrorProcessing ErrorProcessing { System::DirectoryServices::Protocols::DsmlErrorProcessing get(); void set(System::DirectoryServices::Protocols::DsmlErrorProcessing value); };
public System.DirectoryServices.Protocols.DsmlErrorProcessing ErrorProcessing { get; set; }
member this.ErrorProcessing : System.DirectoryServices.Protocols.DsmlErrorProcessing with get, set
Public Property ErrorProcessing As DsmlErrorProcessing

속성 값

오류 처리 방법을 지정하는 값 DsmlErrorProcessing 중 하나입니다.

예외

value 가 잘못된 열거형 값입니다.

적용 대상