Table of Contents

Class ToolConfigNotFoundException

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

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

configId int

The configuration ID that could not be found.

msg string

The error message.

Properties

ConfigId

Gets or sets the configuration ID that could not be found.

public int ConfigId { get; set; }

Property Value

int