ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorLayer.UriSourceFailedEventArgs Class / C1VectorLayer.UriSourceFailedEventArgs Constructor
Value to initialize ErrorException.

In This Topic
    C1VectorLayer.UriSourceFailedEventArgs Constructor
    In This Topic
    Initializes a new instance of UriSourceFailedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal error As Exception _
    )
    public C1VectorLayer.UriSourceFailedEventArgs( 
       Exception error
    )

    Parameters

    error
    Value to initialize ErrorException.
    See Also