Overload | Description |
---|---|
TimeoutErrorException Constructor() | Initializes a new instance of a timeout error. |
TimeoutErrorException Constructor(Int32) | Initializes a new instance of a timeout error with a given error number. |
TimeoutErrorException Constructor(String) | Initializes a new instance of a timeout error with a given message. |
TimeoutErrorException Constructor(Int32,String) | Initializes a new instance of a timeout error with a given error number and message. |
TimeoutErrorException Constructor(String,Exception) | Initializes a new instance of a timeout error with a given message and inner exception. |