ToggleOverload List

Type NameDescription
Public methodErrorStack()()()
Public methodErrorStack(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.
Protected methodErrorStack(SerializationInfo, StreamingContext)
Public methodErrorStack(String, array<ErrorRecord>[]()[])
Creates the ErrorStack instance by explicitly specifying the ErrorRecord object that the error stack is to contain.

ToggleSee Also