Click or drag to resize

LocationStack Constructor

Creates a location of an error in the stack.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public 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