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






Accusoft.SmartZoneOCRSdk Namespace > TimeoutErrorException Class > TimeoutErrorException Constructor : TimeoutErrorException Constructor(String,Exception)
Initializes a new instance of a timeout error with a given message and inner exception.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As System.String, _
   ByVal innerException As System.Exception _
)
'Usage
 
Dim message As System.String
Dim innerException As System.Exception
 
Dim instance As New TimeoutErrorException(message, innerException)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public TimeoutErrorException( 
   System.string message,
   System.Exception innerException
)
public TimeoutErrorException( 
    message: System.String;
    innerException: System.Exception
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function TimeoutErrorException( 
   message : System.String,
   innerException : System.Exception
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: TimeoutErrorException( 
   System.string* message,
   System.Exception* innerException
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
TimeoutErrorException( 
   System.String^ message,
   System.Exception^ innerException
)

Parameters

message
innerException
See Also

Reference

TimeoutErrorException Class
TimeoutErrorException Members
Overload List