Class Framing.FramingException
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public class Framing.FramingException : Exception, ISerializable
Constructors
| Edit this page View SourceFramingException(SerializationInfo, StreamingContext)
Initializes a new instance of the Framing.FramingException class.
Declaration
protected FramingException(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. |
FramingException(string)
Initializes a new instance of the Framing.FramingException class.
Declaration
public FramingException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |