IHttpApplication<TContext>.DisposeContext(TContext, Exception) Method

Definition

Dispose a given TContext.

public:
 void DisposeContext(TContext context, Exception ^ exception);
public void DisposeContext (TContext context, Exception exception);
public void DisposeContext (TContext context, Exception? exception);
abstract member DisposeContext : 'Context * Exception -> unit
Public Sub DisposeContext (context As TContext, exception As Exception)

Parameters

context
TContext

The TContext to be disposed.

exception
Exception

The Exception thrown when processing did not complete successfully, otherwise null.

Applies to