Click or drag to resize

MongoConnectionExceptionContainsSocketTimeoutException Property

Note: This API is now obsolete.

Whether or not this exception contains a socket timeout exception.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
[ObsoleteAttribute("Use ContainsTimeoutException instead.")]
public bool ContainsSocketTimeoutException { get; }

Property Value

Type: Boolean
See Also