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