Click or drag to resize
Akka.NETIOResultError Property
If the IO operation resulted in an error, returns the corresponding Exception or throws NotSupportedException otherwise.

Namespace:  Akka.Streams.IO
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public Exception Error { get; }

Property Value

Type: Exception
Exceptions
ExceptionCondition
NotSupportedExceptionTBD
See Also