Npgsql.NpgsqlException.NpgsqlException C# (CSharp) Method

NpgsqlException() private method

private NpgsqlException ( String message ) : System
message String
return System
        internal NpgsqlException(String message)
            : this(message, null)
        {
        }

Same methods

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