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




In This Topic
TimeoutErrorException Constructor(String)
In This Topic
Initializes a new instance of a timeout error with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 
'Usage
 
Dim message As String
 
Dim instance As New TimeoutErrorException(message)

Parameters

message
A string which represents the message.
See Also