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