Error Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Error() | |
Error(String, String, String, IList<Error>, InnerErrorModel) |
Error()
Error(String, String, String, IList<Error>, InnerErrorModel)
- Source:
- Error.cs
public Error (string code, string message = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error> details = default, Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel innerError = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error> * Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.InnerErrorModel -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.Error
Public Sub New (code As String, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As IList(Of Error) = Nothing, Optional innerError As InnerErrorModel = Nothing)
Paramètres
- code
- String
- message
- String
- target
- String
- innerError
- InnerErrorModel
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET