GraphError Constructors

Definition

Overloads

GraphError()

Initializes a new instance of the GraphError class.

GraphError(String, String)

Initializes a new instance of the GraphError class.

GraphError()

Initializes a new instance of the GraphError class.

public GraphError ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

GraphError(String, String)

Initializes a new instance of the GraphError class.

public GraphError (string code = default, string message = default);

Parameters

code
String

Error code.

message
String

Error message value.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy