SharePointCommandException.OriginalStackTrace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the original exception stack trace from the vssphost4.exe process.
public:
property System::String ^ OriginalStackTrace { System::String ^ get(); };
public string OriginalStackTrace { get; }
member this.OriginalStackTrace : string
Public ReadOnly Property OriginalStackTrace As String
Property Value
A string representing a stack trace.