次の方法で共有


ErrorResponseCommonException コンストラクター

定義

オーバーロード

ErrorResponseCommonException()

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

ErrorResponseCommonException(String)

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

ErrorResponseCommonException(String, Exception)

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

ErrorResponseCommonException()

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

public ErrorResponseCommonException ();
Public Sub New ()

適用対象

ErrorResponseCommonException(String)

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

public ErrorResponseCommonException (string message);
new Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonException : string -> Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

ErrorResponseCommonException(String, Exception)

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

public ErrorResponseCommonException (string message, Exception innerException);
new Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonException : string * Exception -> Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象