SfcCRUDOperationFailedException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| SfcCRUDOperationFailedException() | |
| SfcCRUDOperationFailedException(String) | |
| SfcCRUDOperationFailedException(String, Exception) |
SfcCRUDOperationFailedException()
public SfcCRUDOperationFailedException();
Public Sub New ()
適用対象
SfcCRUDOperationFailedException(String)
public SfcCRUDOperationFailedException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException
Public Sub New (message As String)
パラメーター
- message
- String
適用対象
SfcCRUDOperationFailedException(String, Exception)
public SfcCRUDOperationFailedException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCRUDOperationFailedException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
- innerException
- Exception