Class IntegrityCorruptedException
Исключение, возникающее при обнаружении нарушения целостности данных.
Implements
Inherited Members
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 | Внутреннее исключение. |