次の方法で共有


APIErrorException コンストラクター

定義

オーバーロード

APIErrorException()

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

APIErrorException(String)

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

APIErrorException(String, Exception)

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

APIErrorException()

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

public APIErrorException ();
Public Sub New ()

適用対象

APIErrorException(String)

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

public APIErrorException (string message);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIErrorException : string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIErrorException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

APIErrorException(String, Exception)

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

public APIErrorException (string message, Exception innerException);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIErrorException : string * Exception -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIErrorException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象