次の方法で共有


ErrorDetailsException コンストラクター

定義

オーバーロード

ErrorDetailsException()

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

ErrorDetailsException(String)

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

ErrorDetailsException(String, Exception)

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

ErrorDetailsException()

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

public ErrorDetailsException ();
Public Sub New ()

適用対象

ErrorDetailsException(String)

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

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

パラメーター

message
String

例外メッセージです。

適用対象

ErrorDetailsException(String, Exception)

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

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

パラメーター

message
String

例外メッセージです。

innerException
Exception

内部例外。

適用対象