public sealed class Execution.Types.StackTraceElement.Types.Position : IMessage<Execution.Types.StackTraceElement.Types.Position>, IEquatable<Execution.Types.StackTraceElement.Types.Position>, IDeepCloneable<Execution.Types.StackTraceElement.Types.Position>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.StackTraceElement.Types.Position.
Position contains source position information about the stack trace
element such as line number, column number and length of the code block
in bytes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003eExecution.Types.StackTraceElement.Types.Position\u003c/code\u003e class is 2.6.0, and there are nine previous versions documented, ranging from 2.5.0 to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecution.Types.StackTraceElement.Types.Position\u003c/code\u003e class, part of the Workflow Executions v1 API, provides detailed information about the source code position of a stack trace element.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which suggests it is designed to be part of a message-passing system.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties \u003ccode\u003eColumn\u003c/code\u003e, \u003ccode\u003eLength\u003c/code\u003e, and \u003ccode\u003eLine\u003c/code\u003e, which are of type long and are used to specify the exact location of an instruction within the source code.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are provided for the \u003ccode\u003ePosition\u003c/code\u003e class, a default one and another that takes an existing \u003ccode\u003ePosition\u003c/code\u003e object to create a copy.\u003c/p\u003e\n"]]],[],null,[]]