Click or drag to resize
ErrorInfoStackTrace Property
Gets or sets the stack trace.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public string StackTrace { get; set; }

Property Value

Type: String
The stack trace.

Implements

IErrorInfoStackTrace
See Also