SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICRException Class / SmartZoneICRException Constructor / SmartZoneICRException Constructor(String)
A string which represents the error message.




In This Topic
SmartZoneICRException Constructor(String)
In This Topic
Initializes a new instance of the SmartZoneICRException class with a given string.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 
'Usage
 
Dim message As String
 
Dim instance As New SmartZoneICRException(message)

Parameters

message
A string which represents the error message.
See Also