Show / Hide Table of Contents

Class DocumentationMethodException

Thrown when an internal documentation method is called.

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

Constructors

| Improve this Doc View Source

DocumentationMethodException()

Thrown when an internal documentation method is called.

Declaration
public DocumentationMethodException()
| Improve this Doc View Source

DocumentationMethodException(String)

Thrown when an internal documentation method is called.

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

The message of the exception.

| Improve this Doc View Source

DocumentationMethodException(String, Exception)

Thrown when an internal documentation method is called.

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