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)
    class ArchiveBase(U)
    protected
    void
    error
    (
    string message
    ,
    string file
    ,
    long line
    ,
    string[] data = null
    )
  2. void error(ExceptionBase exception)

Parameters

message string

the message for the exception

file string

the file where the error occurred

line long

the line where the error occurred

Meta