Show / Hide Table of Contents

Class TowelBugException

Represents a bug in the Towel project. Please report it.

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

Constructors

| Improve this Doc View Source

TowelBugException(String)

Represents a bug in the Towel project. Please report it.

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

The message of the exception.

| Improve this Doc View Source

TowelBugException(String, Exception)

Represents a bug in the Towel project. Please report it.

Declaration
public TowelBugException(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