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