ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorLayer.UriSourceFailedEventArgs 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 Exception
    public Exception ErrorException {get;}
    See Also