LocationStack Constructor |
Creates a location of an error in the stack.
Namespace:
Demo3D.Common
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.04.00
Syntaxpublic Stack(
LocationStackStackPosition position,
string description
)
Parameters
- position
- Type: Demo3D.CommonLocationStackStackPosition
Position of this location in the stack. - description
- Type: SystemString
Description of the location of the error.
See Also