Accusoft.SmartZoneOCR5.Net - Updated
UnsupportedClassifierException Constructor(String)






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
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal message As System.String _
)
'Usage
 
Dim message As System.String
 
Dim instance As New UnsupportedClassifierException(message)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public UnsupportedClassifierException( 
   System.string message
)
public UnsupportedClassifierException( 
    message: System.String
); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function UnsupportedClassifierException( 
   message : System.String
);
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: UnsupportedClassifierException( 
   System.string* message
)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
UnsupportedClassifierException( 
   System.String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

UnsupportedClassifierException Class
UnsupportedClassifierException Members
Overload List