NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Environment.StackTrace

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;

Property Value

The stack trace information as a string.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException is thrown if the requested stack information is out of range.

See Also

Environment Class | Environment Members | System Namespace