ValidationError.StackFrames Property

Definition

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)

Property Value

Applies to