Table of Contents

Method FilterStackTrace

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

FilterStackTrace(string?)

Filters framework frames out of a stack trace and truncates the result.

public string? FilterStackTrace(string? stackTrace)

Parameters

stackTrace string

The raw stack trace. May be null.

Returns

string

The application frames worth showing, or null when nothing is left to show.