Constructor TimeoutException
TimeoutException()
default constructor.
Declaration
public TimeoutException()
TimeoutException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public TimeoutException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
TimeoutException(String, Exception)
overloaded constructor.
Declaration
public TimeoutException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
Exception | inner | nested exception |
TimeoutException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected TimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |