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 SourceDocumentationMethodException()
Thrown when an internal documentation method is called.
Declaration
public DocumentationMethodException()
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. |
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. |