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: 19.00.00
Syntax
C#
public Stack(
	LocationStackStackPosition position,
	string description
)

Parameters

position  LocationStackStackPosition
Position of this location in the stack.
description  String
Description of the location of the error.
See Also