다음을 통해 공유


FailedOperationException 생성자 (String, Object, Exception)

지정한 작업이 실패했으며 지정한 내부 예외가 있는 지정한 개체를 포함하는 FailedOperationException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  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
)

매개 변수