ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / ImageFailedExceptionEventArgs Class / ImageFailedExceptionEventArgs Constructor
Value to initialize ErrorException.

In This Topic
    ImageFailedExceptionEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal error As System.Exception _
    )
    public ImageFailedExceptionEventArgs( 
       System.Exception error
    )

    Parameters

    error
    Value to initialize ErrorException.
    See Also