Show / Hide Table of Contents

Class CorruptedDataStructureException

Thrown when a data structure operation fails due to external corruption.

Inheritance
System.Object
CorruptedDataStructureException
Namespace: Towel
Assembly: Towel.dll
Syntax
public class CorruptedDataStructureException : Exception

Constructors

| Improve this Doc View Source

CorruptedDataStructureException()

Thrown when a data structure operation fails due to external corruption.

Declaration
public CorruptedDataStructureException()
| Improve this Doc View Source

CorruptedDataStructureException(String)

Thrown when a data structure operation fails due to external corruption.

Declaration
public CorruptedDataStructureException(string message)
Parameters
Type Name Description
System.String message

The message of the exception.

| Improve this Doc View Source

CorruptedDataStructureException(String, Exception)

Thrown when a data structure operation fails due to external corruption.

Declaration
public CorruptedDataStructureException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The message of the exception.

Exception innerException

The inner exception.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX