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

适用于