Click or drag to resize

LocationReThrownException Class

An exception that's been rethrown.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonLocation
    Demo3D.CommonLocationReThrownException

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

The LocationReThrownException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyOriginalStack
The original stack. Or null if the template exception was never originally thrown.
Public propertyRethrowStack
The stack at the point of rethrow.
Top
Methods
See Also