Neokernel API

Agent.warning(String, Exception) Method

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

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

Implements

AgentInterface.warning

See Also

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