ILExceptionFilter.FilterFunction Delegate

 

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

Syntax

public delegate bool FilterFunction(
    Exception ex
)
public delegate bool FilterFunction(
    Exception^ ex
)
type FilterFunction = 
    delegate of 
        ex:Exception -> bool
Public Delegate Function FilterFunction (
    ex As Exception
) As Boolean

Return Value

Type: System.Boolean

See Also

Microsoft.VisualStudio.Diagnostics.Common Namespace

Return to top