InstrumentationBaseException コンストラクター

定義

InstrumentationBaseExceptionの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターです。

オーバーロード

InstrumentationBaseException()

InstrumentationBaseExceptionの新しいインスタンスを初期化します。 クラスの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターです。

InstrumentationBaseException(String)

例外を説明するメッセージを使用して、InstrumentationBaseException クラスの新しいインスタンスを初期化します。

InstrumentationBaseException(SerializationInfo, StreamingContext)

シリアル化情報を指定して、InstrumentationBaseException クラスの新しいインスタンスを初期化します。

InstrumentationBaseException(String, Exception)

指定した文字列と例外を使用して、新しい InstrumentationBaseException クラスを初期化します。

InstrumentationBaseException()

InstrumentationBaseExceptionの新しいインスタンスを初期化します。 クラスの新しいインスタンスを初期化します。 これはパラメーターなしのコンストラクターです。

public:
 InstrumentationBaseException();
public InstrumentationBaseException ();
Public Sub New ()

適用対象

InstrumentationBaseException(String)

例外を説明するメッセージを使用して、InstrumentationBaseException クラスの新しいインスタンスを初期化します。

public:
 InstrumentationBaseException(System::String ^ message);
public InstrumentationBaseException (string message);
new System.Management.Instrumentation.InstrumentationBaseException : string -> System.Management.Instrumentation.InstrumentationBaseException
Public Sub New (message As String)

パラメーター

message
String

例外を説明するメッセージ。

適用対象

InstrumentationBaseException(SerializationInfo, StreamingContext)

シリアル化情報を指定して、InstrumentationBaseException クラスの新しいインスタンスを初期化します。

protected:
 InstrumentationBaseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstrumentationBaseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Management.Instrumentation.InstrumentationBaseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Management.Instrumentation.InstrumentationBaseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

オブジェクトのシリアル化または逆シリアル化に必要なデータ。

context
StreamingContext

指定したシリアル化ストリームの転送元と転送先の説明。

適用対象

InstrumentationBaseException(String, Exception)

指定した文字列と例外を使用して、新しい InstrumentationBaseException クラスを初期化します。

public:
 InstrumentationBaseException(System::String ^ message, Exception ^ innerException);
public InstrumentationBaseException (string message, Exception innerException);
new System.Management.Instrumentation.InstrumentationBaseException : string * Exception -> System.Management.Instrumentation.InstrumentationBaseException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外を説明するメッセージ。

innerException
Exception

現在の例外の原因となった例外インスタンス。

適用対象