ExceptionInfo.StackTrace Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
ExceptionInfo.StackTrace Property
ExceptionInfo::StackTrace Property
ExceptionInfo.StackTrace Property
ExceptionInfo.StackTrace Property
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ StackTrace {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringThe frames on the call stack at the time the current exception was thrown.
Return to top
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
Syntax
C++
public: property String^ StackTrace { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringThe frames on the call stack at the time the current exception was thrown.