Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Streams.IO
IOResult Structure
IOResult Properties
Error Property
WasSuccessful Property
IOResult
Error 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
C#
F#
Copy
public
Exception
Error
{
get
; }
member
Error
:
Exception
with
get
Property Value
Type:
Exception
Exceptions
Exception
Condition
NotSupportedException
TBD
See Also
Reference
IOResult Structure
Akka.Streams.IO Namespace
Akka.NET Home
|
Learn Akka.NET