Class UserCalledFailException
Implements
Inherited Members
Namespace: Akka.Pattern
Assembly: Akka.dll
Syntax
public class UserCalledFailException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceUserCalledFailException()
Declaration
public UserCalledFailException()
UserCalledFailException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserCalledFailException class.
Declaration
protected UserCalledFailException(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. |