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
)
매개 변수
- operation
유형: System. . :: . .String
실패한 작업을 지정하는 String 값입니다.
- failedObject
유형: System. . :: . .Object
작업이 실패한 개체를 지정하는 Object 시스템 개체 값입니다.
- innerException
유형: System. . :: . .Exception
작업 실패 예외에 대한 내부 예외를 지정하는 Exception 시스템 개체 값입니다.
- reason
유형: System. . :: . .String
예외가 발생한 원인을 지정하는 String 값입니다.