Пример #1
0
 internal static PostgresException Load(NpgsqlReadBuffer buf)
 => new PostgresException(ErrorOrNoticeMessage.Load(buf));
Пример #2
0
 internal static PostgresNotice Load(NpgsqlReadBuffer buf, bool suppressDetailInPostgressError)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf, suppressDetailInPostgressError));
Пример #3
0
 internal static PostgresNotice Load(NpgsqlReadBuffer buf, bool includeDetail)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf, includeDetail));
 internal static PostgresNotice Load(NpgsqlReadBuffer buf)
 => new PostgresNotice(ErrorOrNoticeMessage.Load(buf));