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

BatchAIError 构造函数

定义

重载

BatchAIError()

初始化 BatchAIError 类的新实例。

BatchAIError(String, String, IList<NameValuePair>)

初始化 BatchAIError 类的新实例。

BatchAIError()

初始化 BatchAIError 类的新实例。

public BatchAIError ();
Public Sub New ()

适用于

BatchAIError(String, String, IList<NameValuePair>)

初始化 BatchAIError 类的新实例。

public BatchAIError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair> details = default);
new Microsoft.Azure.Management.BatchAI.Models.BatchAIError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair> -> Microsoft.Azure.Management.BatchAI.Models.BatchAIError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional details As IList(Of NameValuePair) = Nothing)

参数

code
String

错误的标识符。 代码是固定的,旨在以编程方式使用。

message
String

描述错误的消息,旨在适合在用户界面中显示。

details
IList<NameValuePair>

有关错误的其他详细信息的列表。

适用于