Npgsql.NpgsqlException.NpgsqlException C# (CSharp) Method

NpgsqlException() private method

private NpgsqlException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System
        internal NpgsqlException(String message, Exception innerException)
            : base(message, innerException)
        {
            NpgsqlEventLog.LogMsg(resman, "Log_ExceptionOccured", LogLevel.Normal, Message);

            errors = new NpgsqlError[] { new NpgsqlError(ProtocolVersion.Unknown, message) };
        }

Same methods

NpgsqlException::NpgsqlException ( IList errors ) : System
NpgsqlException::NpgsqlException ( SerializationInfo info, StreamingContext context ) : System
NpgsqlException::NpgsqlException ( String message ) : System