Description Indicates an error.
Usage Sub TWAIN_TwError(ErrorCode As Integer, ErrorStr As String)
Remarks The TwError event has two parts:
Part Meaning
ErrorCode Error code. See the ErrorCode property for the possible error codes. This parameter is the same as the ErrorCode property.
ErrorStr The corresponding error string. See the ErrorStr property. This parameter is the same as the ErrorStr property.
See Also ErrorCode Property, ErrorStr Property