次の方法で共有


FailedOperationException コンストラクター (String, Exception)

指定されたメッセージと内部例外を持つ FailedOperationException クラスの新しいインスタンスを初期化します。

名前空間:  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 FailedOperationException(message, _
    innerException)
public FailedOperationException(
    string message,
    Exception innerException
)
public:
FailedOperationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> FailedOperationException
public function FailedOperationException(
    message : String, 
    innerException : Exception
)

パラメーター

  • message
    型: System.String
    Failed Operation 例外のメッセージ文字列を示す String 値です。

使用例

SMO 例外の処理

関連項目

参照

FailedOperationException クラス

FailedOperationException オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間