ComponentOne BarCode for UWP
C1.BarCode 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 System.String, _
       ByVal e As System.Exception _
    )
    public ApplicationException( 
       System.string str,
       System.Exception e
    )

    Parameters

    str
    e
    See Also