Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForGetResponse C# (CSharp) Method

OnExceptionForGetResponse() public method

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.
return void
        public void OnExceptionForGetResponse(object context, object exception, object thisObj)
        {
            this.OnEnd(exception, thisObj, null);
        }