Class UnexpectedOutputException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class UnexpectedOutputException : Exception, ISerializable
Constructors
| Improve this Doc View SourceUnexpectedOutputException(Object)
TBD
Declaration
public UnexpectedOutputException(object element)
Parameters
Type | Name | Description |
---|---|---|
Object | element | TBD |
UnexpectedOutputException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnexpectedOutputException class.
Declaration
protected UnexpectedOutputException(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. |