Class SystemException

Exception thrown on errors encountered in running Systems.

class SystemException
  : object.Exception ;

Constructors

NameDescription
this (system, msg, file, line, nextInChain)

Fields

NameTypeDescription
diagnostics const(Diagnostic[])Diagnostics generated while the system was running.
system const(System)The errant System that was running when this Exception was thrown.