| FramingFramingException Constructor |
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public FramingException(
string message
)
new :
message : string -> FramingException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also