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




Accusoft.SmartZoneICRSdk Namespace > SmartZoneICRException Class > SmartZoneICRException Constructor : SmartZoneICRException Constructor(String)
A string which represents the error message.
Initializes a new instance of the SmartZoneICRException class with a given string.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New SmartZoneICRException(message)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public SmartZoneICRException( 
   string message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: SmartZoneICRException( 
   string* message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
SmartZoneICRException( 
   String^ message
)

Parameters

message
A string which represents the error message.
See Also

Reference

SmartZoneICRException Class
SmartZoneICRException Members
Overload List