MergeContentControlsException Property |
If an exception occured, it is put here
Namespace: Scanjour.Workflow4.ActivityLibrary.DocumentsAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OutArgument<Exception> Exception { get; set; }
Public Property Exception As OutArgument(Of Exception)
Get
Set
public:
property OutArgument<Exception^>^ Exception {
OutArgument<Exception^>^ get ();
void set (OutArgument<Exception^>^ value);
}
member Exception : OutArgument<Exception> with get, set
Property Value
OutArgumentException
See Also