Npgsql.PostgresException.PostgresException C# (CSharp) Method

PostgresException() private method

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

Same methods

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