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




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

    Parameters

    message
    A string which represent the message.
    See Also