Npgsql.PostgresException.PostgresException C# (CSharp) Méthode

PostgresException() private méthode

private PostgresException ( Npgsql.ReadBuffer buf ) : System
buf Npgsql.ReadBuffer
Résultat System
        internal PostgresException(ReadBuffer buf)
        {
            _msg = new ErrorOrNoticeMessage(buf);
        }

Same methods

PostgresException::PostgresException ( SerializationInfo info, StreamingContext context ) : System