ComponentOne PDF for .NET
CSJ2K.j2k Namespace / ApplicationException Class / ApplicationException Constructor / ApplicationException Constructor(String,Exception)

In This Topic
    ApplicationException Constructor(String,Exception)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal str As String, _
       ByVal e As Exception _
    )
    public ApplicationException( 
       string str,
       Exception e
    )

    Parameters

    str
    e
    See Also