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 是无效的枚举值。

适用于