ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / C1VectorLayer.UriSourceFailedEventArgs Class / ErrorException Property

In This Topic
    ErrorException Property (C1VectorLayer.UriSourceFailedEventArgs)
    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