Class ToolException
Typically thrown when a tool or subprocess is executed an fails.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public class ToolException : Exception
Constructors
ToolException(string, Exception)
Constructor.
Declaration
public ToolException(string message = null, Exception inner = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | The optional exception message. |
Exception | inner | The optional inner exception. |