ILExceptionFilter.HandlerFunction Delegate

Namespace:  Microsoft.VisualStudio.Diagnostics.Common
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Delegate Sub HandlerFunction ( _
    ex As Exception _
)
public delegate void HandlerFunction(
    Exception ex
)
public delegate void HandlerFunction(
    Exception^ ex
)
type HandlerFunction = 
    delegate of  
        ex:Exception -> unit
JScript does not support delegates.

Parameters

  • ex
    Type: Exception

See Also

Reference

Microsoft.VisualStudio.Diagnostics.Common Namespace