[]
        
(Showing Draft Content)

CSJ2K.j2k.NoNextElementException

NoNextElementException Class

This exception is thrown whenever a next???? method is called and there is no next element to return.

Inheritance
NoNextElementException
Namespace: CSJ2K.j2k
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class NoNextElementException : Exception, ISerializable, _Exception

Constructors

Name Description
NoNextElementException()

Constructs a new NoNextElementException exception with no detail message.

NoNextElementException(string)

Constructs a new NoNextElementException exception with the specified detail message.