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

InternalError 构造函数

定义

重载

InternalError()

初始化 InternalError 类的新实例。

InternalError(String, InternalError)

初始化 InternalError 类的新实例。

InternalError()

初始化 InternalError 类的新实例。

public InternalError ();
Public Sub New ()

适用于

InternalError(String, InternalError)

初始化 InternalError 类的新实例。

public InternalError (string code = default, Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError innererror = default);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError : string * Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError -> Microsoft.Azure.CognitiveServices.Personalizer.Models.InternalError
Public Sub New (Optional code As String = Nothing, Optional innererror As InternalError = Nothing)

参数

code
String

详细的错误代码。

innererror
InternalError

错误对象。

适用于