ComponentOne PDF for .NET
CSJ2K.j2k Namespace / NoNextElementException Class / NoNextElementException Constructor / NoNextElementException Constructor(String)
The detail message.

In This Topic
    NoNextElementException Constructor(String)
    In This Topic
    Constructs a new NoNextElementException exception with the specified detail message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal s As String _
    )
    public NoNextElementException( 
       string s
    )

    Parameters

    s
    The detail message.
    See Also