Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- errorManager
 Type: Microsoft.Data.Schema.ErrorManager
 The associated ErrorManager object.
- theError
 Type: Microsoft.Data.Schema.DataSchemaError
 The DataSchemaError that is considered.
Return Value
Type: System.Boolean
true if the error is to be suppressed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IErrorManagerLimiter Interface