Neokernel API

ConsoleReporter.error(Object, String, Exception) Method

Use this method to report a critical error message with an exception.

public virtual void error(
   object objectRef,
   string message,
   Exception e
);

Implements

IReporterInterface.error

See Also

ConsoleReporter Class | com.neokernel.io Namespace | ConsoleReporter.error Overload List