오류를 발생시킨 지정된 예외, 오류를 발생시킨 항목의 표시 이름 및 오류에 대한 설명을 포함하는 RecoverableErrorData 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Sub New ( _
exception As Exception, _
itemDisplayName As String, _
errorDescription As String _
)
‘사용 방법
Dim exception As Exception
Dim itemDisplayName As String
Dim errorDescription As String
Dim instance As New RecoverableErrorData(exception, itemDisplayName, errorDescription)
public RecoverableErrorData (
Exception exception,
string itemDisplayName,
string errorDescription
)
public:
RecoverableErrorData (
Exception^ exception,
String^ itemDisplayName,
String^ errorDescription
)
public RecoverableErrorData (
Exception exception,
String itemDisplayName,
String errorDescription
)
public function RecoverableErrorData (
exception : Exception,
itemDisplayName : String,
errorDescription : String
)
매개 변수
- exception
오류를 발생시킨 예외입니다.
- itemDisplayName
오류를 발생시킨 항목의 표시 이름입니다.
- errorDescription
오류에 대한 설명입니다.
참고 항목
참조
RecoverableErrorData 클래스
RecoverableErrorData 멤버
Microsoft.Synchronization 네임스페이스