Class IntegrityException
Indicates that the audit trail is corrupted.
Inheritance
IntegrityException
Implements
Inherited Members
Namespace: DotNext.IO.Log
Assembly: DotNext.IO.dll
Syntax
public class IntegrityException : IOException, ISerializable
Constructors
| Edit this page View SourceIntegrityException(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. |