Share via


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

指定したエラー メッセージを使用して、SfcCRUDOperationFailedException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

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

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

パラメーター

  • message
    型: System.String
    エラーを説明するメッセージです。

関連項目

参照

SfcCRUDOperationFailedException クラス

SfcCRUDOperationFailedException オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間