IHttpApplication<TContext>.DisposeContext(TContext, Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.