Click or drag to resize

CSDKException Constructor

Initializes a new instance of the CSDKException class

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public CSDKException(
	RECERR error,
	int extended,
	string info,
	string xml,
	string message
)

Parameters

error
Type: Kofax.OmniPageCSDK.ArgTypesRECERR
extended
Type: SystemInt32
info
Type: SystemString
xml
Type: SystemString
message
Type: SystemString
See Also