Class StageActorRefNotInitializedException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public class StageActorRefNotInitializedException : Exception, ISerializable
Constructors
| Improve this Doc View SourceStageActorRefNotInitializedException(SerializationInfo, StreamingContext)
Initializes a new instance of the StageActorRefNotInitializedException class.
Declaration
protected StageActorRefNotInitializedException(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. |
Fields
| Improve this Doc View SourceInstance
The singleton instance of this exception
Declaration
public static readonly StageActorRefNotInitializedException Instance
Field Value
Type | Description |
---|---|
StageActorRefNotInitializedException |