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

ErrorProperties 构造函数

定义

重载

ErrorProperties()

初始化 ErrorProperties 类的新实例。

ErrorProperties(String, String)

初始化 ErrorProperties 类的新实例。

ErrorProperties()

初始化 ErrorProperties 类的新实例。

public ErrorProperties ();
Public Sub New ()

适用于

ErrorProperties(String, String)

初始化 ErrorProperties 类的新实例。

public ErrorProperties (string code = default, string message = default);
new Microsoft.Azure.Management.Logic.Models.ErrorProperties : string * string -> Microsoft.Azure.Management.Logic.Models.ErrorProperties
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

参数

code
String

错误代码。

message
String

指示操作失败原因的错误消息。

适用于