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: 22.2.0.0 (22.2.22578.100)
Syntax
public CSDKException(
	RECERR error,
	int extended,
	string info,
	string xml,
	string message
)

Parameters

error
Type: Kofax.OmniPageCSDK.ArgTypes.RECERR
extended
Type: System.Int32
info
Type: System.String
xml
Type: System.String
message
Type: System.String
See Also