Microsoft.ApplicationInsights.DependencyCollector.Implementation.ProfilerHttpProcessing.OnExceptionForGetResponse C# (CSharp) Метод

OnExceptionForGetResponse() публичный Метод

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.
Результат void
        public void OnExceptionForGetResponse(object context, object exception, object thisObj)
        {
            this.OnEnd(exception, thisObj, null);
        }