Partager via


ErrorInfo Constructeurs

Définition

Surcharges

ErrorInfo()

Initialise une nouvelle instance de la classe ErrorInfo.

ErrorInfo(String, String, IList<ErrorDetail>, ErrorInfo, Object)

Initialise une nouvelle instance de la classe ErrorInfo.

ErrorInfo()

Source:
ErrorInfo.cs

Initialise une nouvelle instance de la classe ErrorInfo.

public ErrorInfo ();
Public Sub New ()

S’applique à

ErrorInfo(String, String, IList<ErrorDetail>, ErrorInfo, Object)

Source:
ErrorInfo.cs

Initialise une nouvelle instance de la classe ErrorInfo.

public ErrorInfo (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorDetail> details = default, Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo innererror = default, object additionalProperties = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo : string * string * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.ErrorDetail> * Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo * obj -> Microsoft.Azure.ApplicationInsights.Query.Models.ErrorInfo
Public Sub New (code As String, message As String, Optional details As IList(Of ErrorDetail) = Nothing, Optional innererror As ErrorInfo = Nothing, Optional additionalProperties As Object = Nothing)

Paramètres

code
String

Code d’erreur lisible par la machine.

message
String

Message d’erreur lisible par l’utilisateur.

details
IList<ErrorDetail>

détails de l’erreur.

innererror
ErrorInfo

Détails de l’erreur interne s’ils existent.

additionalProperties
Object

S’applique à