ErrorManager.Remove Method (String, Object)

Removes the Error List window of Visual Studio all DataSchemaError objects from that share the provided document file name and category.

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

Syntax

'Declaration
Public Sub Remove ( _
    document As String, _
    category As Object _
)
public void Remove(
    string document,
    Object category
)
public:
void Remove(
    String^ document, 
    Object^ category
)
member Remove : 
        document:string * 
        category:Object -> unit 
public function Remove(
    document : String, 
    category : Object
)

Parameters

  • document
    Type: System.String
    The file name of the document where the error occurred. this is represented by the value of the Document property of the error.
  • category
    Type: System.Object
    An Object that represents the document type or object type to categorize the error. The internal categories are represented as Guid strings.

.NET Framework Security

See Also

Reference

ErrorManager Class

Remove Overload

Microsoft.Data.Schema Namespace

DataSchemaError

Document