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

指定したメッセージ テキストを使用して、FailedOperationException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String 

Dim instance As New FailedOperationException(message)
public FailedOperationException(
    string message
)
public:
FailedOperationException(
    String^ message
)
new : 
        message:string -> FailedOperationException
public function FailedOperationException(
    message : String
)

パラメーター

  • message
    型: System.String
    例外の原因になったイベントを表すメッセージ テキストを示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

FailedOperationException クラス

FailedOperationException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間