TaskProcessingJobStatusStackTrace Property |
The stack trace from the last exception that occured while processing the job, if applicable.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string StackTrace { get; set; }
Public Property StackTrace As String
Get
Set
public:
property String^ StackTrace {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also