SuperMap.WindowsPhone.Mapping.Layer.OnFailed C# (CSharp) Méthode

OnFailed() protected méthode

${WP_mapping_Layer_method_OnFailed_D}
protected OnFailed ( Exception e ) : void
e System.Exception
Résultat void
        protected void OnFailed(Exception e)
        {
            if ((this.Failed != null))
            {
                this.Failed(this, new LayerFailedEventArgs(e));
            }
        }