Class TextifyException
Textify error class
Inheritance
object
Exception
TextifyException
Namespace: Textify.Tools
Assembly: Textify.dll
Syntax
public class TextifyException : Exception
Constructors
| Edit this page View SourceTextifyException()
Reports a Textify error
Declaration
public TextifyException()
TextifyException(string)
Reports a Textify error
Declaration
public TextifyException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message to use with reporting an error |
TextifyException(string, Exception)
Reports a Textify error
Declaration
public TextifyException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message to use with reporting an error |
| Exception | innerException | Inner exception to use with reporting an error |