 | AbortableAbortableException property |
Contans an optional exception of the executed thread.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic Exception? AbortableException { get; set; }
Public Property AbortableException As Exception
Get
Set
public:
property Exception^ AbortableException {
Exception^ get ();
void set (Exception^ value);
}
member AbortableException : Exception with get, set
Property value
Exception
See also