Gets a string representation of the frames on the call stack at the time the current exception was thrown.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public override string StackTrace { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property StackTrace As String Get |