다음을 통해 공유


DbOutdatedSyncException 생성자 (String, Exception)

메시지 및 내부 예외 매개 변수를 사용하여 DbOutdatedSyncException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
Public Sub New ( _
    message As String, _
    inner As Exception _
)
‘사용 방법
Dim message As String
Dim inner As Exception

Dim instance As New DbOutdatedSyncException(message, inner)
public DbOutdatedSyncException (
    string message,
    Exception inner
)
public:
DbOutdatedSyncException (
    String^ message, 
    Exception^ inner
)
public DbOutdatedSyncException (
    String message, 
    Exception inner
)
public function DbOutdatedSyncException (
    message : String, 
    inner : Exception
)

매개 변수

  • message
    오류에 대한 설명입니다.
  • inner
    외부 구성 요소에서 래핑된 예외입니다.

참고 항목

참조

DbOutdatedSyncException 클래스
DbOutdatedSyncException 멤버
Microsoft.Synchronization.Data 네임스페이스