| DistributedLockTimeoutException Constructor |
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public DistributedLockTimeoutException(
string resource
)
Public Sub New (
resource As String
)
Parameters
- resource
- Type: SystemString
[Missing <param name="resource"/> documentation for "M:Hangfire.Storage.DistributedLockTimeoutException.#ctor(System.String)"]
See Also