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

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

보호된 메소드들

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

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

비공개 메소드들

메소드 설명
EsentInvalidColumnException ( ) : System

Initializes a new instance of the EsentInvalidColumnException class.

메소드 상세

EsentInvalidColumnException() 보호된 메소드

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