CollectionNotAvailableException コンストラクター

定義

オーバーロード

名前 説明
CollectionNotAvailableException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

CollectionNotAvailableException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

CollectionNotAvailableException(String, ServerVersion)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

CollectionNotAvailableException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

CollectionNotAvailableException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

public CollectionNotAvailableException();
Public Sub New ()

適用対象

CollectionNotAvailableException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

public CollectionNotAvailableException(string message);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (message As String)

パラメーター

message
String

文字列としての例外のメッセージ。

適用対象

CollectionNotAvailableException(String, ServerVersion)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

public CollectionNotAvailableException(string colname, Microsoft.SqlServer.Management.Common.ServerVersion serverVersion);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string * Microsoft.SqlServer.Management.Common.ServerVersion -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (colname As String, serverVersion As ServerVersion)

パラメーター

colname
String

文字列としてのコレクションの名前。

serverVersion
ServerVersion

サーバーのバージョン (T:Microsoft)。SqlServer.Server.ServerVersion

適用対象

CollectionNotAvailableException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.CollectionNotAvailableException。

public CollectionNotAvailableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string * Exception -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

文字列としての例外のメッセージ。

innerException
Exception

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

適用対象