ValidationError.AddStackFrame(StackFrame) Method

Definition

Adds a stack frame to the list of stack frames and returns the updated object.

public Microsoft.IdentityModel.Tokens.Experimental.ValidationError AddStackFrame(System.Diagnostics.StackFrame stackFrame);
member this.AddStackFrame : System.Diagnostics.StackFrame -> Microsoft.IdentityModel.Tokens.Experimental.ValidationError
Public Function AddStackFrame (stackFrame As StackFrame) As ValidationError

Parameters

stackFrame
StackFrame

The StackFrame to be added.

Returns

The updated ValidationError instance.

Applies to