FileEventViewModelExceptionStackTrace Property |
IT Hit User File System
Is filled for operations with exception. Contains exception stack trace.
Namespace:
ITHit.FileSystem.Windows.WinUI.ViewModels
Assembly:
ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntaxpublic string ExceptionStackTrace { get; set; }
Public Property ExceptionStackTrace As String
Get
Set
public:
property String^ ExceptionStackTrace {
String^ get ();
void set (String^ value);
}
member ExceptionStackTrace : string with get, set
Property Value
Type:
String
See Also