次の方法で共有


BatchErrorException クラス

定義

BatchError 情報を含む無効な応答に対して例外がスローされました。

public class BatchErrorException : Microsoft.Rest.RestException
type BatchErrorException = class
    inherit RestException
Public Class BatchErrorException
Inherits RestException
継承
BatchErrorException

コンストラクター

BatchErrorException()

BatchErrorException クラスの新しいインスタンスを初期化します。

BatchErrorException(String)

BatchErrorException クラスの新しいインスタンスを初期化します。

BatchErrorException(String, Exception)

BatchErrorException クラスの新しいインスタンスを初期化します。

プロパティ

Body

body オブジェクトを取得または設定します。

Request

関連付けられている HTTP 要求に関する情報を取得します。

Response

関連付けられている HTTP 応答に関する情報を取得します。

適用対象