IErrorManagerLimiter.IsSuppressed Method

Retrieves a value that indicates whether display of the provided error should be suppressed.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Function IsSuppressed ( _
    errorManager As ErrorManager, _
    theError As DataSchemaError _
) As Boolean
bool IsSuppressed(
    ErrorManager errorManager,
    DataSchemaError theError
)
bool IsSuppressed(
    ErrorManager^ errorManager, 
    DataSchemaError^ theError
)
abstract IsSuppressed : 
        errorManager:ErrorManager * 
        theError:DataSchemaError -> bool 
function IsSuppressed(
    errorManager : ErrorManager, 
    theError : DataSchemaError
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the error is to be suppressed; otherwise, false.

.NET Framework Security

See Also

Reference

IErrorManagerLimiter Interface

Microsoft.Data.Schema Namespace

ErrorManager

DataSchemaError