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

InnerErrorModel 构造函数

定义

重载

InnerErrorModel()
InnerErrorModel(String, InnerErrorModel)

InnerErrorModel()

Source:
InnerErrorModel.cs
public InnerErrorModel ();
Public Sub New ()

适用于

InnerErrorModel(String, InnerErrorModel)

Source:
InnerErrorModel.cs
public InnerErrorModel (string code = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel innerError = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel : string * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel
Public Sub New (Optional code As String = Nothing, Optional innerError As InnerErrorModel = Nothing)

参数

code
String
innerError
InnerErrorModel

适用于