次の方法で共有


InnerError コンストラクター

定義

オーバーロード

InnerError()

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

InnerError(String, String)

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

InnerError()

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

public InnerError ();
Public Sub New ()

適用対象

InnerError(String, String)

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

public InnerError (string exceptiontype = default, string errordetail = default);
new Microsoft.Azure.Management.Compute.Models.InnerError : string * string -> Microsoft.Azure.Management.Compute.Models.InnerError
Public Sub New (Optional exceptiontype As String = Nothing, Optional errordetail As String = Nothing)

パラメーター

exceptiontype
String

例外の種類。

errordetail
String

内部エラー メッセージまたは例外ダンプ。

適用対象