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: 18.04.00
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
  NameDescription
Public methodToString
Combined stack trace.
(Overrides ObjectToString.)
Top
See Also