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(SerializationInfo, StreamingContext)
Declaration
protected LeaseTimeoutException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
LeaseTimeoutException(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 |