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[] data, string file, size_t line)
  2. void error(Exception exception)
    class ArchiveBase(U)
    protected
    void
    error
    (
    Exception exception
    )

Parameters

exception Exception

the exception to pass to the errorCallback

Meta