ValidationError.AddStackFrame(StackFrame) Method
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.
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.