Class TechConstantException
Исключение, возникающее при работе с константами в модели технологических данных.
Implements
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
[Serializable]
public class TechConstantException : Exception, ISerializable
Constructors
TechConstantException(SerializationInfo, StreamingContext)
Создаёт экземпляр класса TechConstantException.
Declaration
protected TechConstantException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | Содержит описание ошибки. |
| StreamingContext | context | Содержит данные о контексте. |
TechConstantException(string)
Создаёт экземпляр класса TechConstantException.
Declaration
public TechConstantException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Сообщение об ошибке. |