Microsoft.HockeyApp.UnhandledExceptionTelemetryModule.CreateCrashTelemetry C# (CSharp) Method

CreateCrashTelemetry() public method

public CreateCrashTelemetry ( Exception exception, ExceptionHandledAt handledAt ) : ITelemetry
exception System.Exception
handledAt ExceptionHandledAt
return ITelemetry
        public ITelemetry CreateCrashTelemetry(Exception exception, ExceptionHandledAt handledAt)
        {
            return new ExceptionTelemetry(exception) { HandledAt = handledAt };
        }