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