BatchException クラス

定義

Windows Azure Batch サービスの例外を表します。

public class BatchException : Exception
type BatchException = class
    inherit Exception
Public Class BatchException
Inherits Exception
継承
BatchException
派生

コンストラクター

BatchException(RequestInformation, String, Exception)

指定されたパラメーターを使用して、BatchException クラスの新しいインスタンスを初期化します。

プロパティ

RequestInformation

失敗した要求に関する情報を取得します。

メソッド

ToString()

例外を記述する文字列を生成します。

適用対象