C# Class GoogleCloudExtension.Analytics.Events.UnhandledExceptionEvent

This event is sent every time that there's an unhandled exception.
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Méthode Description
Create ( AggregateException ex ) : AnalyticsEvent
Create ( Exception ex ) : AnalyticsEvent

Method Details

Create() public static méthode

public static Create ( AggregateException ex ) : AnalyticsEvent
ex System.AggregateException
Résultat AnalyticsEvent

Create() public static méthode

public static Create ( Exception ex ) : AnalyticsEvent
ex System.Exception
Résultat AnalyticsEvent