Search Results for

    Show / Hide Table of Contents

    Class TerminauxException

    Terminaux exception class

    Inheritance
    object
    Exception
    TerminauxException
    Namespace: Terminaux.Base
    Assembly: Terminaux.dll
    Syntax
    public class TerminauxException : Exception

    Constructors

    | Edit this page View Source

    TerminauxException()

    Makes an empty TerminauxException exception instance with the default message

    Declaration
    public TerminauxException()
    | Edit this page View Source

    TerminauxException(Exception)

    Makes an empty TerminauxException exception instance with the default message

    Declaration
    public TerminauxException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    An inner exception to specify

    | Edit this page View Source

    TerminauxException(string)

    Makes a TerminauxException exception instance

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

    A message to specify

    | Edit this page View Source

    TerminauxException(string, Exception)

    Makes a TerminauxException exception instance

    Declaration
    public TerminauxException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    A message to specify

    Exception innerException

    An inner exception to specify

    | Edit this page View Source

    TerminauxException(string, Exception, params object[])

    Makes a TerminauxException exception instance

    Declaration
    public TerminauxException(string message, Exception innerException, params object[] vars)
    Parameters
    Type Name Description
    string message

    A message to specify

    Exception innerException

    An inner exception to specify

    object[] vars

    List of variables to format the message with

    | Edit this page View Source

    TerminauxException(string, params object[])

    Makes a TerminauxException exception instance

    Declaration
    public TerminauxException(string message, params object[] vars)
    Parameters
    Type Name Description
    string message

    A message to specify

    object[] vars

    List of variables to format the message with

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