Constructor TimeoutException
TimeoutException(SerializationInfo, StreamingContext)
Deserialization constructor. Recreate an TimeoutException from a serialized stream.
protected TimeoutException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoa SerializationInfo object holding the serialized state of the TimeoutException.
contextStreamingContexta StreamingContext object providing context about the serialization operation.
TimeoutException()
Create a new TimeoutException with default parameters.
public TimeoutException()
TimeoutException(string)
Create a new TimeoutException.
public TimeoutException(string message)
Parameters
messagestringA message explaining the exception.
TimeoutException(string, string)
Create a new TimeoutException.
public TimeoutException(string operation, string message)
Parameters
TimeoutException(string, Exception)
Create a new TimeoutException.
public TimeoutException(string message, Exception innerException)
Parameters
messagestringA message explaining the exception.
innerExceptionExceptionA nested exception that caused the TimeoutException to be thrown.
TimeoutException(string, string, Exception)
Create a new TimeoutException.
public TimeoutException(string operation, string message, Exception innerException)
Parameters
operationstringThe failed operation.
messagestringA message explaining the exception.
innerExceptionExceptionA nested exception that caused the TimeoutException to be thrown.