C# 클래스 Microsoft.Isam.Esent.Interop.EsentErrorException

상속: EsentException
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

보호된 메소드들

메소드 설명
EsentErrorException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the EsentErrorException class. This constructor is used to deserialize a serialized exception.

비공개 메소드들

메소드 설명
EsentErrorException ( JET_err err ) : System

Initializes a new instance of the EsentErrorException class.

메소드 상세

EsentErrorException() 보호된 메소드

Initializes a new instance of the EsentErrorException class. This constructor is used to deserialize a serialized exception.
protected EsentErrorException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The data needed to deserialize the object.
context System.Runtime.Serialization.StreamingContext The deserialization context.
리턴 System