SqlTraceFailToLoadInstAPIAssemblyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 ()
例
適用対象
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)
パラメーター
例
適用対象
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 オブジェクトの値です。
例
適用対象
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)
パラメーター
例
適用対象
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)