VisualizerObjectSourceException.ExceptionStackTrace 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.
The stack trace of the exception thrown, if any.
public:
property System::String ^ ExceptionStackTrace { System::String ^ get(); };
public:
property Platform::String ^ ExceptionStackTrace { Platform::String ^ get(); };
public string ExceptionStackTrace { get; }
member this.ExceptionStackTrace : string
Public ReadOnly Property ExceptionStackTrace As String