BatchClientException クラス

定義

Batch クライアントによってスローされる例外。

public class BatchClientException : Microsoft.Azure.Batch.Common.BatchException
type BatchClientException = class
    inherit BatchException
Public Class BatchClientException
Inherits BatchException
継承
BatchClientException
派生

プロパティ

RequestInformation

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

(継承元 BatchException)

メソッド

ToString()

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

(継承元 BatchException)

適用対象