ErrorManager.GetAllErrors Method

Retrieves a list of all errors in the ErrorManager.

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

Syntax

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

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