言語

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

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

適用対象