Compartilhar via


InnerErrorModel Construtores

Definição

Sobrecargas

InnerErrorModel()
InnerErrorModel(String, InnerErrorModel)

InnerErrorModel()

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

Aplica-se a

InnerErrorModel(String, InnerErrorModel)

Origem:
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)

Parâmetros

code
String
innerError
InnerErrorModel

Aplica-se a