ErrorManager.GetAllErrors Method (Object)

Retrieves a list of all errors in the ErrorManager that belong to the specified category.

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

Syntax

'Declaration
Public Function GetAllErrors ( _
    category As Object _
) As IList(Of DataSchemaError)
public IList<DataSchemaError> GetAllErrors(
    Object category
)
public:
IList<DataSchemaError^>^ GetAllErrors(
    Object^ category
)
member GetAllErrors : 
        category:Object -> IList<DataSchemaError> 
public function GetAllErrors(
    category : Object
) : IList<DataSchemaError>

Parameters

  • 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.

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>
An IList<T> object that contains zero or more DataSchemaError objects.

.NET Framework Security

See Also

Reference

ErrorManager Class

GetAllErrors Overload

Microsoft.Data.Schema Namespace

DataSchemaError