public SmartZoneOCRException( int errorNumber, string message )
public: SmartZoneOCRException( int errorNumber, string* message )
public: SmartZoneOCRException( int errorNumber, String^ message )
'Declaration
Public Function New( _ ByVal errorNumber As Integer, _ ByVal message As String _ )
'Usage
Dim errorNumber As Integer Dim message As String Dim instance As New SmartZoneOCRException(errorNumber, message)
Parameters
- errorNumber
- An integer which represents the error number.
- message
- A string which represents the message.