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
| Improve this Doc View SourceLeaseTimeoutException(String)
Creates a new Lease
Declaration
public LeaseTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Exception message |
LeaseTimeoutException(String, Exception)
Creates a new Lease
Declaration
public LeaseTimeoutException(string message, Exception innerEx)