FdoToolbox.Core.ETL.Operations.FdoOperationBase.GetAllErrors C# (CSharp) Метод

GetAllErrors() публичный Метод

Gets all errors that occured when running this operation
public GetAllErrors ( ) : IEnumerable
Результат IEnumerable
        public virtual IEnumerable<Exception> GetAllErrors()
        {
            return this.Errors;
        }