Returns stack trace information as a string.
[Visual Basic] Public Shared ReadOnly Property StackTrace As String [C#] public static string StackTrace {get;} [C++] public: __property static String* get_StackTrace(); [JScript] public static function get StackTrace() : String;
The stack trace information as a string.
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | is thrown if the requested stack information is out of range. |