次の方法で共有


SqlTraceFailToLoadInstAPIAssemblyException コンストラクター

定義

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

オーバーロード

SqlTraceFailToLoadInstAPIAssemblyException()

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

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

指定したシリアル化情報と指定したストリーム コンテキストを使用して、SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

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

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

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

SqlTraceFailToLoadInstAPIAssemblyException()

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

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

SMO 例外の処理

適用対象

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

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

パラメーター

message
String

一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。

SMO 例外の処理

適用対象

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

指定したシリアル化情報と指定したストリーム コンテキストを使用して、SqlTraceFailToLoadInstAPIAssemblyException クラスの新しいインスタンスを初期化します。

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

パラメーター

info
SerializationInfo

SQL Trace Fail to Load Inst API Assembly 例外のシリアル化情報を示す SerializationInfo オブジェクトの値です。

context
StreamingContext

SQL Trace Fail to Load Inst API Assembly 例外のストリーム コンテキストを示す StreamingContext オブジェクトの値です。

SMO 例外の処理

適用対象

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

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

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

パラメーター

message
String

一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。

innerException
Exception

SQL Trace Fail to Load Inst API Assembly 例外の内部例外を示す Exception オブジェクトの値です。

SMO 例外の処理

適用対象

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

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

public:
 SqlTraceFailToLoadInstAPIAssemblyException(Type ^ messageSource, System::String ^ messageID);
public SqlTraceFailToLoadInstAPIAssemblyException (Type messageSource, string messageID);
new Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException : Type * string -> Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Public Sub New (messageSource As Type, messageID As String)

パラメーター

messageSource
Type

メッセージのソースを示す Type システム オブジェクトの値です。

messageID
String

一般的な SQL Trace Fail to Load Inst API Assembly 例外に関連付けられたメッセージを示す String 値です。

SMO 例外の処理

適用対象