FailedOperationException コンストラクター (String, Object, Exception, String)

指定した操作が失敗した指定したオブジェクトと、指定した内部例外とその発生理由を持つ、FailedOperationException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    operation As String, _
    failedObject As Object, _
    innerException As Exception, _
    reason As String _
)
'使用
Dim operation As String
Dim failedObject As Object
Dim innerException As Exception
Dim reason As String

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

パラメーター

  • failedObject
    型: System. . :: . .Object
    操作が失敗したオブジェクトを示す Object システム オブジェクトの値です。