Show / Hide Table of Contents

Class IntegrityCorruptedException

Исключение, возникающее при обнаружении нарушения целостности данных.

Inheritance
object
Exception
IntegrityCorruptedException
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 IntegrityCorruptedException : Exception, ISerializable

Constructors

IntegrityCorruptedException()

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

Declaration
public IntegrityCorruptedException()

IntegrityCorruptedException(SerializationInfo, StreamingContext)

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

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

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

StreamingContext context

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

IntegrityCorruptedException(string)

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

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

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

IntegrityCorruptedException(string, Exception)

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

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

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

Exception innerException

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

Implements

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