Class LeaseTimeoutException
Lease timeout exception. Lease implementation should use it to report issues when lease is lost
Implements
Inherited Members
Namespace: Akka.Coordination
Assembly: Akka.Coordination.dll
Syntax
public sealed class LeaseTimeoutException : LeaseException, ISerializable
Constructors
| Edit this page View SourceLeaseTimeoutException(string)
Creates a new LeaseTimeoutException instance.
Declaration
public LeaseTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |
LeaseTimeoutException(string, Exception)
Creates a new LeaseTimeoutException instance.
Declaration
public LeaseTimeoutException(string message, Exception innerEx)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |
Exception | innerEx | Inner exception |