Npgsql.PostgresException.PostgresException C# (CSharp) Метод

PostgresException() приватный Метод

private PostgresException ( Npgsql.ReadBuffer buf ) : System
buf Npgsql.ReadBuffer
Результат System
        internal PostgresException(ReadBuffer buf)
        {
            _msg = new ErrorOrNoticeMessage(buf);
        }

Same methods

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