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




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

Parameters

message
A string which represents the message.
See Also

Reference

UnsupportedClassifierException Class
UnsupportedClassifierException Members
Overload List