Click or drag to resize

ReconstructionGetExceptions Method

Gets the errors that occured during the reconstruction process.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public AggregateException GetExceptions()

Return Value

Type: AggregateException
An aggregate exception containing all the exception that arose since the last check.
Remarks
Once this method is called, the errors are reset in the reconstruction.
See Also