Class NothingToReadException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public class NothingToReadException : Exception, ISerializable
Constructors
| Improve this Doc View SourceNothingToReadException(SerializationInfo, StreamingContext)
Initializes a new instance of the NothingToReadException class.
Declaration
protected NothingToReadException(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 NothingToReadException Instance
Field Value
Type | Description |
---|---|
NothingToReadException |