C# Class org.GraphDefined.Vanaheimr.Styx.NoSuchElementException

No such element could be found.
Inheritance: PipesException
Exibir arquivo Open project: Vanaheimr/Styx

Public Methods

Method Description
NoSuchElementException ( ) : System

No such element could be found.

NoSuchElementException ( String myMessage ) : System

No such element could be found.

Method Details

NoSuchElementException() public method

No such element could be found.
public NoSuchElementException ( ) : System
return System

NoSuchElementException() public method

No such element could be found.
public NoSuchElementException ( String myMessage ) : System
myMessage String An additional message.
return System