IncludeStackTrace Property
Definition
- Namespace
- Codebelt.Extensions.Newtonsoft.Json.Converters
- Assemblies
- Codebelt.Extensions.Newtonsoft.Json.dll
IncludeStackTrace
Gets a value indicating whether the stack of an exception is included in the converted result.
public bool IncludeStackTrace { get; }
Property Value
- bool
trueif the stack of an exception is included in the converted result; otherwise,false.