Overload List

  Name Description
Public method ErrorStack Initializes a new instance of the ErrorStack class.
Public method 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.
Family method ErrorStack (SerializationInfo, StreamingContext)  
Public method ErrorStack (String, ErrorRecord) Creates the ErrorStack instance by explicitly specifying the ErrorRecord object that the error stack is to contain.

See Also