言語

SfcDependencyException コンストラクター

定義

オーバーロード

SfcDependencyException()

public SfcDependencyException();
Public Sub New ()

適用対象

SfcDependencyException(String)

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

パラメーター

message
String

適用対象

SfcDependencyException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象