Neokernel API

MonoReporter.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

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