Class SchedulerException
An AkkaException that is thrown by the Schedule* methods when scheduling is not possible, e.g. after shutting down the IScheduler.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public sealed class SchedulerException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceSchedulerException(SerializationInfo, StreamingContext)
Initializes a new instance of the SchedulerException class.
Declaration
public SchedulerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
SchedulerException(String)
Initializes a new instance of the SchedulerException class.
Declaration
public SchedulerException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |