共用方式為


FailedOperationException 建構函式 (String, Object, Exception)

Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    operation As String, _
    failedObject As Object, _
    innerException As Exception _
)
'用途
Dim operation As String 
Dim failedObject As Object 
Dim innerException As Exception 

Dim instance As New FailedOperationException(operation, _
    failedObject, innerException)
public FailedOperationException(
    string operation,
    Object failedObject,
    Exception innerException
)
public:
FailedOperationException(
    String^ operation, 
    Object^ failedObject, 
    Exception^ innerException
)
new : 
        operation:string * 
        failedObject:Object * 
        innerException:Exception -> FailedOperationException
public function FailedOperationException(
    operation : String, 
    failedObject : Object, 
    innerException : Exception
)

參數

  • failedObject
    型別:System.Object
    An Object system object value that specifies the object on which the operation failed.
  • innerException
    型別:System.Exception
    An Exception system object value that specifies the inner exception for the Failed Operation exception.

範例

處理 SMO 例外狀況

請參閱

參考

FailedOperationException 類別

FailedOperationException 多載

Microsoft.SqlServer.Management.Smo 命名空間