Show / Hide Table of Contents

Class TechDataRepositoryException

Исключение, возникающее ошибках в работе хранилища технологических данных.

Inheritance
object
Exception
TechDataRepositoryException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
[Serializable]
public class TechDataRepositoryException : Exception, ISerializable

Constructors

TechDataRepositoryException(Exception)

Создаёт экземпляр класса TechDataRepositoryException.

Declaration
public TechDataRepositoryException(Exception innerException)
Parameters
Type Name Description
Exception innerException

Внутреннее исключение.

TechDataRepositoryException(SerializationInfo, StreamingContext)

Создаёт экземпляр класса TechDataRepositoryException.

Declaration
protected TechDataRepositoryException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

Содержит описание ошибки.

StreamingContext context

Содержит данные о контексте.

TechDataRepositoryException(string)

Создаёт экземпляр класса TechDataRepositoryException.

Declaration
public TechDataRepositoryException(string message)
Parameters
Type Name Description
string message

Сообщение об ошибке.

TechDataRepositoryException(string, Exception)

Создаёт экземпляр класса TechDataRepositoryException.

Declaration
public TechDataRepositoryException(string message, Exception innerException)
Parameters
Type Name Description
string message

Сообщение об ошибке.

Exception innerException

Внутреннее исключение.

Implements

ISerializable
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»