EsentApiException 생성자(String, JET_err)

EsentApiException 클래스의 새 instance 초기화합니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
Protected Sub New ( _
    description As String, _
    err As JET_err _
)
'Usage
Dim description As String
Dim err As JET_err

Dim instance As New EsentApiException(description, _
    err)
protected EsentApiException(
    string description,
    JET_err err
)

매개 변수

  • description
    형식: System.String

    오류에 대한 설명입니다.

추가 정보

참조

EsentApiException 클래스

EsentApiException 멤버

EsentApiException 오버로드

Microsoft.Isam.Esent.Interop 네임스페이스