ComponentOne PDF for .NET
org.jpedal.jbig2 Namespace / JBIG2Exception Class / JBIG2Exception Constructor / JBIG2Exception Constructor(String)
a message describing the exception

In This Topic
    JBIG2Exception Constructor(String)
    In This Topic
    Constructs a JBIGException with a message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public JBIG2Exception( 
       string message
    )

    Parameters

    message
    a message describing the exception
    See Also