C# Class Npgsql.PostgresException

Inheritance: NpgsqlException
显示文件 Open project: npgsql/npgsql Class Usage Examples

Private Properties

Property Type Description
PostgresException System
PostgresException System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

Private Methods

Method Description
PostgresException ( Npgsql.ReadBuffer buf ) : System
PostgresException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

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.
return void