CSDKExceptionCheck Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static bool Check(
RECERR recerr,
bool raise = true
)
Public Shared Function Check (
recerr As RECERR,
Optional raise As Boolean = true
) As Boolean
public:
static bool Check(
RECERR recerr,
bool raise = true
)
Parameters
- recerr
- Type: Kofax.OmniPageCSDK.ArgTypesRECERR
- raise (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also