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