Search Results for

    Show / Hide Table of Contents

    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 Source

    TextifyException()

    Reports a Textify error

    Declaration
    public TextifyException()
    | Edit this page View Source

    TextifyException(string)

    Reports a Textify error

    Declaration
    public TextifyException(string message)
    Parameters
    Type Name Description
    string message

    Message to use with reporting an error

    | Edit this page View Source

    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

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX