DeleteCertificateError 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Batch 服務的錯誤回應。
public class DeleteCertificateError
type DeleteCertificateError = class
Public Class DeleteCertificateError
- 繼承
-
DeleteCertificateError
建構函式
DeleteCertificateError() |
初始化 DeleteCertificateError 類別的新實例。 |
DeleteCertificateError(String, String, String, IList<DeleteCertificateError>) |
初始化 DeleteCertificateError 類別的新實例。 |
屬性
Code |
取得或設定錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。 |
Details |
取得或設定錯誤的其他詳細資料清單。 |
Message |
取得或設定描述錯誤的訊息,此訊息適用于在使用者介面中顯示。 |
Target |
取得或設定特定錯誤的目標。 例如,錯誤中屬性的名稱。 |
方法
Validate() |
驗證 物件。 |