Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForGetResponse C# (CSharp) Méthode

OnExceptionForGetResponse() public méthode

On exception callback for GetResponse callback.
public OnExceptionForGetResponse ( object context, object exception, object thisObj ) : void
context object The context.
exception object The exception object.
thisObj object This object.
Résultat void
        public void OnExceptionForGetResponse(object context, object exception, object thisObj)
        {
            this.OnEnd(exception, thisObj, null);
        }