LocationStack Constructor |
Creates a location of an error in the stack.
Namespace: Demo3D.CommonAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic 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