C# Class CSJ2K.j2k.NoNextElementException

This exception is thrown whenever a next???? method is called and there is no next element to return.
Inheritance: System.InvalidOperationException
Show file Open project: cureos/csj2k

Public Methods

Method Description
NoNextElementException ( ) : System

Constructs a new NoNextElementException exception with no detail message.

NoNextElementException ( System s ) : System

Constructs a new NoNextElementException exception with the specified detail message.

Method Details

NoNextElementException() public method

Constructs a new NoNextElementException exception with no detail message.
public NoNextElementException ( ) : System
return System

NoNextElementException() public method

Constructs a new NoNextElementException exception with the specified detail message.
public NoNextElementException ( System s ) : System
s System The detail message. /// /// ///
return System