次の方法で共有


GraphError コンストラクター

定義

オーバーロード

GraphError()

GraphError クラスの新しいインスタンスを初期化します。

GraphError(String, String)

GraphError クラスの新しいインスタンスを初期化します。

GraphError()

GraphError クラスの新しいインスタンスを初期化します。

public GraphError ();
Public Sub New ()

適用対象

GraphError(String, String)

GraphError クラスの新しいインスタンスを初期化します。

public GraphError (string code = default, string message = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphError : string * string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GraphError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

パラメーター

code
String

エラー コード。

message
String

エラー メッセージ値。

適用対象