Class AskTimeoutException
This exception is thrown when an Ask operation times out.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class AskTimeoutException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceAskTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the AskTimeoutException class.
Declaration
protected AskTimeoutException(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. |
AskTimeoutException(String)
Initializes a new instance of the AskTimeoutException class.
Declaration
public AskTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |