Class SystemException
Exception thrown on errors encountered in running Systems.
class SystemException
: object .Exception
;
Constructors
| Name | Description |
|---|---|
this
(system, msg, file, line, nextInChain)
|
Fields
| Name | Type | Description |
|---|---|---|
diagnostics
|
const(Diagnostic[]) | Diagnostics generated while the system was running.
|
system
|
const(System) | The errant System that was running when this Exception was thrown.
|