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