ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / ImageFailedExceptionEventArgs Class / ErrorException Property

In This Topic
    ErrorException Property
    In This Topic
    Gets the underlying exception reported by the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorException As System.Exception
    public System.Exception ErrorException {get;}
    See Also