C# Class GoogleCloudExtension.Analytics.Events.UnhandledExceptionEvent

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

Public Methods

Method Description
Create ( AggregateException ex ) : AnalyticsEvent
Create ( Exception ex ) : AnalyticsEvent

Method Details

Create() public static method

public static Create ( AggregateException ex ) : AnalyticsEvent
ex System.AggregateException
return AnalyticsEvent

Create() public static method

public static Create ( Exception ex ) : AnalyticsEvent
ex System.Exception
return AnalyticsEvent