Neokernel API

Agent.error(String, Exception) Method

Prints an error message tagged with this agent's identity followed by a stack trace of the passed Exception to the error stream.

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

Implements

AgentInterface.error

See Also

Agent Class | com.neokernel.nk Namespace | Agent.error Overload List