Click or drag to resize

LocationStack Class

This adds hierachical human readable information in stack format describing what's happening when an exception is thrown. Not a direct replacement for StackTrace, in that it's not expected to be a complete stack trace. But it does add information, especially for obfuscated code.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonLocation
    Demo3D.CommonLocationStack

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[SerializableAttribute]
public class Stack : Location

The LocationStack type exposes the following members.

Constructors
  NameDescription
Public methodLocationStack
Creates a location of an error in the stack.
Top
Properties
  NameDescription
Public propertyDescription
Description of the location of the error. (Eg 'at..' or 'doing..'.)
Public propertyPosition
The position in the stack.
Top
Methods
See Also