Gets the source code traced to the error
Namespace:
QFDAssembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string ErrorStackTrace { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ErrorStackTrace As String |
| Visual C++ |
|---|
public: property String^ ErrorStackTrace { String^ get (); } |