 | ReconstructionGetLastError Method |
Gets the last error that occured during the reconstruction process.
Namespace:
LynceeTec.InterfaceProcessingV2
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int GetLastError(
ref string message
)
public:
int GetLastError(
String^% message
)
Parameters
- message
- Type: SystemString
Gets the message of the error.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
RemarksOnce this method is called, the last error is reset.
See Also