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
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Méthode 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 méthode

Constructs a new NoNextElementException exception with no detail message.
public NoNextElementException ( ) : System
Résultat System

NoNextElementException() public méthode

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