ArchiveBase.error

Calls the errorCallback with an exception.

Call this method when some type of error occurred, like a field cannot be found.

  1. void error(string message, string file, long line, string[] data)
  2. void error(ExceptionBase exception)
    class ArchiveBase(U)
    protected
    void
    error

Parameters

exception ExceptionBase

the exception to pass to the errorCallback

Meta