DsmlRequestDocument.ErrorProcessing 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
該 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 是一個無效的列舉值。