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






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

Parameters

message
A string which represents the message.
See Also

Reference

TimeoutErrorException Class
TimeoutErrorException Members
Overload List