ComponentOne BarCode for UWP
C1.BarCode Namespace / ApplicationException Class / InnerException Property

In This Topic
    InnerException Property (ApplicationException)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property InnerException As System.Exception
    [__DynamicallyInvokable()]
    public System.Exception InnerException {get;}
    See Also