Overload List
Type | Name | Description |
---|---|---|
![]() | ErrorStack()()() | |
![]() | ErrorStack(EngineRuntimeException) |
Creates an ErrorStack instance from an EngineRuntimeException object.
Each exception that is chained in the EngineRuntimeException object becomes
an ErrorRecord object stored in the ErrorStack instance.
|
![]() | ErrorStack(SerializationInfo, StreamingContext) | |
![]() | ErrorStack(String, array<ErrorRecord>[]()[]) |
Creates the ErrorStack instance by explicitly specifying the
ErrorRecord object that the error stack is to contain.
|