次の方法で共有


InstAPIException コンストラクター

定義

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

オーバーロード

InstAPIException()

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

InstAPIException(String)

指定したメッセージを使用して、InstAPIException クラスの新しいインスタンスを初期化します。

InstAPIException(SerializationInfo, StreamingContext)

指定された情報およびコンテキストを使用して InstAPIException クラスの新しいインスタンスを初期化します。

InstAPIException(String, Exception)

指定したメッセージと内部例外を使用して、 InstAPIException クラスの新しいインスタンスを初期化します。

InstAPIException()

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

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

適用対象

InstAPIException(String)

指定したメッセージを使用して、InstAPIException クラスの新しいインスタンスを初期化します。

public:
 InstAPIException(System::String ^ message);
public InstAPIException (string message);
new Microsoft.SqlServer.InstAPIException : string -> Microsoft.SqlServer.InstAPIException
Public Sub New (message As String)

パラメーター

message
String

例外に関するメッセージです。

適用対象

InstAPIException(SerializationInfo, StreamingContext)

指定された情報およびコンテキストを使用して InstAPIException クラスの新しいインスタンスを初期化します。

protected:
 InstAPIException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstAPIException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.InstAPIException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.InstAPIException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

例外情報です。

context
StreamingContext

コンテキスト。

適用対象

InstAPIException(String, Exception)

指定したメッセージと内部例外を使用して、 InstAPIException クラスの新しいインスタンスを初期化します。

public:
 InstAPIException(System::String ^ message, Exception ^ innerException);
public InstAPIException (string message, Exception innerException);
new Microsoft.SqlServer.InstAPIException : string * Exception -> Microsoft.SqlServer.InstAPIException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外に関するメッセージです。

innerException
Exception

内部例外。

適用対象