| C1.Xaml.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorLayer Class : UriSourceFailed Event |
'DeclarationPublic Event UriSourceFailed As EventHandler(Of C1VectorLayer.UriSourceFailedEventArgs)
'UsageDim instance As C1VectorLayer Dim handler As EventHandler(Of C1VectorLayer.UriSourceFailedEventArgs) AddHandler instance.UriSourceFailed, handler
public event EventHandler<C1VectorLayer.UriSourceFailedEventArgs> UriSourceFailed
The event handler receives an argument of type C1VectorLayer.UriSourceFailedEventArgs containing data related to this event. The following C1VectorLayer.UriSourceFailedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ErrorException | Gets the underlying exception reported by the event. |