C# 클래스 Npgsql.PostgresException

상속: NpgsqlException
파일 보기 프로젝트 열기: npgsql/npgsql 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PostgresException System
PostgresException System

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

비공개 메소드들

메소드 설명
PostgresException ( Npgsql.ReadBuffer buf ) : System
PostgresException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

Populates a SerializationInfo with the data needed to serialize the target object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
리턴 void