  | 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
Syntaxpublic AggregateException GetExceptions()
public:
AggregateException^ GetExceptions()
Return Value
Type: 
AggregateExceptionAn aggregate exception containing all the exception that arose since the last check.
RemarksOnce this method is called, the errors are reset in the reconstruction.
See Also