Npgsql.PostgresException.PostgresException C# (CSharp) Method

PostgresException() private method

private PostgresException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System
        PostgresException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
            _msg = (ErrorOrNoticeMessage)info.GetValue("msg", typeof(ErrorOrNoticeMessage));
        }

Same methods

PostgresException::PostgresException ( Npgsql.ReadBuffer buf ) : System