DispatcherActivityDispatchException Property
Any exception thrown from dispatcher.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public OutArgument<Exception> DispatchException { get; set; }
Public Property DispatchException As OutArgument(Of Exception)
Get
Set
public:
property OutArgument<Exception^>^ DispatchException {
OutArgument<Exception^>^ get ();
void set (OutArgument<Exception^>^ value);
}
member DispatchException : OutArgument<Exception> with get, set
Property Value
OutArgumentException