IntegrationException.this

Undocumented in source.
  1. this(string msg, real resultEstimate, real errorEstimate, string file, size_t line)
    class IntegrationException
    this
    (
    string msg
    ,,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. this(string msg, string extra, real resultEstimate, real errorEstimate, string file, size_t line)
  3. real resultEstimate;
  4. real errorEstimate;

Meta