FailedOperationException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| FailedOperationException() |
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String) |
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String, Exception) |
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String, Object, Exception) |
由 T:Microsoft 所稱呼。SqlServer.Management.Smo.SqlServerManagementException. 不要直接打電話。 |
| FailedOperationException(String, Object, Exception, String) |
由 T:Microsoft 所稱呼。SqlServer.Management.Smo.SqlServerManagementException. 不要直接打電話。 |
FailedOperationException()
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException.
public FailedOperationException();
Public Sub New ()
適用於
FailedOperationException(String)
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException.
public FailedOperationException(string message);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (message As String)
參數
- message
- String
例外訊息以字串形式呈現。
適用於
FailedOperationException(String, Exception)
T:Microsoft 的建構器。SqlServer.Management.Smo.FailedOperationException.
public FailedOperationException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * Exception -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (message As String, innerException As Exception)
參數
- message
- String
例外訊息以字串形式呈現。
- innerException
- Exception
就是造成目前例外的 T:System.Exception 實例。
適用於
FailedOperationException(String, Object, Exception)
由 T:Microsoft 所稱呼。SqlServer.Management.Smo.SqlServerManagementException. 不要直接打電話。
public FailedOperationException(string operation, object failedObject, Exception innerException);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * obj * Exception -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (operation As String, failedObject As Object, innerException As Exception)
參數
- operation
- String
- failedObject
- Object
- innerException
- Exception
適用於
FailedOperationException(String, Object, Exception, String)
由 T:Microsoft 所稱呼。SqlServer.Management.Smo.SqlServerManagementException. 不要直接打電話。
public FailedOperationException(string operation, object failedObject, Exception innerException, string reason);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * obj * Exception * string -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (operation As String, failedObject As Object, innerException As Exception, reason As String)
參數
- operation
- String
- failedObject
- Object
- innerException
- Exception
- reason
- String