ValidationError.StackFrames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stack frames where the exception occurred.
public System.Collections.Generic.IList<System.Diagnostics.StackFrame> StackFrames { get; }
member this.StackFrames : System.Collections.Generic.IList<System.Diagnostics.StackFrame>
Public ReadOnly Property StackFrames As IList(Of StackFrame)