SmartZone v7.1 - Updated
UnsupportedClassifierException Constructor(String)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > UnsupportedClassifierException Class > UnsupportedClassifierException Constructor : UnsupportedClassifierException Constructor(String)
A string which represents the message.
Initializes a new instance of an unsupported classifier with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New UnsupportedClassifierException(message)
public UnsupportedClassifierException( 
   string message
)
public: UnsupportedClassifierException( 
   string* message
)
public:
UnsupportedClassifierException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

UnsupportedClassifierException Class
UnsupportedClassifierException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.