Class LeaseException
Lease exception. Lease implementation should use it to report issues when acquiring lease
Implements
Inherited Members
Namespace: Akka.Coordination
Assembly: Akka.Coordination.dll
Syntax
public class LeaseException : Exception, ISerializable
Constructors
| Improve this Doc View SourceLeaseException(SerializationInfo, StreamingContext)
Declaration
protected LeaseException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
LeaseException(String)
Creates a new LeaseException instance.
Declaration
public LeaseException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Exception message |
LeaseException(String, Exception)
Creates a new LeaseException instance.
Declaration
public LeaseException(string message, Exception innerEx)
Parameters
Type | Name | Description |
---|---|---|
String | message | Exception message |
Exception | innerEx | Inner exception |