次の方法で共有


Error コンストラクター

定義

オーバーロード

Error()

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

Error(String, String)

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

Error()

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

public Error ();
Public Sub New ()

適用対象

Error(String, String)

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

public Error (string code = default, string message = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Error : string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Error
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

パラメーター

code
String
message
String

適用対象