ILExceptionFilter.HandlerFunction Delegate

 

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

Syntax

public delegate void HandlerFunction(
    Exception ex
)
public delegate void HandlerFunction(
    Exception^ ex
)
type HandlerFunction = 
    delegate of 
        ex:Exception -> unit
Public Delegate Sub HandlerFunction (
    ex As Exception
)

See Also

Microsoft.VisualStudio.Diagnostics.Common Namespace

Return to top