LogWriter.FilterCheckingFailed Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Performs any action to handle an error during checking.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
PublicFunctionFilterCheckingFailed ( _
    exAs Exception, _
    logEntryAs LogEntry, _
    filterAs ILogFilter _
) As Boolean
public bool FilterCheckingFailed(
    Exception ex,
    LogEntry logEntry,
    ILogFilter filter
)
public:
virtual bool FilterCheckingFailed(
    Exception^ ex, 
    LogEntry^ logEntry, 
    ILogFilter^ filter
) sealed
publicfinalfunctionFilterCheckingFailed(
    ex : Exception, 
    logEntry : LogEntry, 
    filter : ILogFilter
) : boolean

Parameters

Return Value

True signaling processing should continue.

Implements

ILogFilterErrorHandler.FilterCheckingFailed(Exception, LogEntry, ILogFilter)

See Also

LogWriter Class

Microsoft.Practices.EnterpriseLibrary.Logging Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.