TimeoutException Constructor (System)

Switch View :
ScriptFree
.NET Framework Class Library
TimeoutException Constructor

Initializes a new instance of the TimeoutException class.

Overload List

Name Description
TimeoutException () Initializes a new instance of the TimeoutException class.

Supported by the .NET Compact Framework.

TimeoutException (String) Initializes a new instance of the TimeoutException class with the specified error message.

Supported by the .NET Compact Framework.

TimeoutException (SerializationInfo, StreamingContext) Initializes a new instance of the TimeoutException class with serialized data.
TimeoutException (String, Exception) Initializes a new instance of the TimeoutException class with the specified error message and inner exception.

Supported by the .NET Compact Framework.

See Also