Click or drag to resize

RequestTimeoutException(String, Exception) Constructor

Initializes a new instance of the RequestTimeoutException class

Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RequestTimeoutException(
	string message,
	Exception exception
)

Parameters

message  String
 
exception  Exception
 
See Also