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




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

Parameters

message
A string which represents the message.
See Also

Reference

TimeoutErrorException Class
TimeoutErrorException Members
Overload List