CSJ2K.j2k.NoNextElementException.NoNextElementException C# (CSharp) Method

NoNextElementException() public method

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

Same methods

NoNextElementException::NoNextElementException ( System s ) : System
NoNextElementException