你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchException(RequestInformation, String, Exception) 构造函数

定义

使用指定的参数初始化 BatchException 类的新实例。

public BatchException (Microsoft.Azure.Batch.Common.RequestInformation requestInformation, string message, Exception inner);
new Microsoft.Azure.Batch.Common.BatchException : Microsoft.Azure.Batch.Common.RequestInformation * string * Exception -> Microsoft.Azure.Batch.Common.BatchException
Public Sub New (requestInformation As RequestInformation, message As String, inner As Exception)

参数

requestInformation
RequestInformation

一个 RequestInformation 对象,其中包含有关请求的详细信息。

message
String

异常消息。

inner
Exception

内部异常。

适用于