ErrorManager.Remove Method (String, Object)

Removes all errors related to this document from the category.

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

Syntax

'Declaration
Public Sub Remove ( _
    document As String, _
    category As Object _
)
'Usage
Dim instance As ErrorManager
Dim document As String
Dim category As Object

instance.Remove(document, category)
public void Remove(
    string document,
    Object category
)
public:
void Remove(
    String^ document, 
    Object^ category
)
public function Remove(
    document : String, 
    category : Object
)
member Remove : 
        document:string * 
        category:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Remove Overload

Microsoft.Data.Schema.Common Namespace