Click or drag to resize

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
Syntax
public int GetLastError(
	ref string message
)

Parameters

message
Type: SystemString
Gets the message of the error.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
Remarks
Once this method is called, the last error is reset.
See Also