FdoToolbox.Core.ETL.Operations.FdoOperationBase.GetAllErrors C# (CSharp) Method

GetAllErrors() public method

Gets all errors that occured when running this operation
public GetAllErrors ( ) : IEnumerable
return IEnumerable
        public virtual IEnumerable<Exception> GetAllErrors()
        {
            return this.Errors;
        }