SfcDependencyException コンストラクター (String, Exception)
指定したエラー メッセージと内部例外を使用して、SfcDependencyException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New SfcDependencyException(message, _
innerException)
public SfcDependencyException(
string message,
Exception innerException
)
public:
SfcDependencyException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> SfcDependencyException
public function SfcDependencyException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System.String
Service Request 例外のメッセージ文字列を示す String 値です。
- innerException
型: System.Exception
Service Request 例外の内部例外を示す Exception システム オブジェクトです。