ComponentOne PDF for .NET
org.jpedal.jbig2 Namespace / JBIG2Exception Class / JBIG2Exception Constructor / JBIG2Exception Constructor(Exception)

In This Topic
    JBIG2Exception Constructor(Exception)
    In This Topic
    Constructs a JBIGException whithout a message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ex As Exception _
    )
    public JBIG2Exception( 
       Exception ex
    )

    Parameters

    ex
    See Also