다음을 통해 공유


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
)

매개 변수