Class ToolConfigNotFoundException
Exception thrown when a tool configuration cannot be found.
public class ToolConfigNotFoundException : Exception, ISerializable
- Inheritance
-
ToolConfigNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ToolConfigNotFoundException(int, string)
Initializes a new instance of the ToolConfigNotFoundException class.
public ToolConfigNotFoundException(int configId, string msg)
Parameters
Properties
ConfigId
Gets or sets the configuration ID that could not be found.
public int ConfigId { get; set; }