CSDKExceptionCheck Method
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
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: OmniPageCSDK.ArgTypesRECERR
- raise (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also