Show / Hide Table of Contents

Class IntegrityException

Indicates that the audit trail is corrupted.

Inheritance
object
Exception
SystemException
IOException
IntegrityException
CommandInterpreter.UnknownCommandException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.IO.Log
Assembly: DotNext.IO.dll
Syntax
public class IntegrityException : IOException, ISerializable

Constructors

View Source

IntegrityException(string?, Exception?)

Initializes a new exception.

Declaration
public IntegrityException(string? message, Exception? innerException = null)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The exception that is the cause of the current exception.

Implements

ISerializable

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾