Freigeben über


InnerErrorModel Konstruktoren

Definition

Überlädt

InnerErrorModel()
InnerErrorModel(String, InnerErrorModel)

InnerErrorModel()

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

Gilt für:

InnerErrorModel(String, InnerErrorModel)

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

Parameter

code
String
innerError
InnerErrorModel

Gilt für: