Click or drag to resize
DistributedLockTimeoutException Constructor
Initializes a new instance of the DistributedLockTimeoutException class

Namespace: Hangfire.Storage
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public DistributedLockTimeoutException(
	string resource
)

Parameters

resource
Type: SystemString

[Missing <param name="resource"/> documentation for "M:Hangfire.Storage.DistributedLockTimeoutException.#ctor(System.String)"]

See Also