SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCRException Class / SmartZoneOCRException Constructor / SmartZoneOCRException Constructor(String)
A string which represents the error message.




In This Topic
    SmartZoneOCRException Constructor(String)
    In This Topic
    Initializes a new instance of the SmartZoneOCRException class with a given string.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    'Usage
     
    
    Dim message As String
     
    Dim instance As New SmartZoneOCRException(message)
    public SmartZoneOCRException( 
       string message
    )
    public: SmartZoneOCRException( 
       string* message
    )
    public:
    SmartZoneOCRException( 
       String^ message
    )

    Parameters

    message
    A string which represents the error message.
    See Also