MigraDoc.DocumentObjectModel.IO.DdlReaderErrors.AddError C# (CSharp) Method

AddError() public method

Adds the specified DdlReaderError at the end of the error list.
public AddError ( DdlReaderError error ) : void
error DdlReaderError
return void
    public void AddError(DdlReaderError error)
    {
      this.errors.Add(error);
    }