Search Results for

    Show / Hide Table of Contents

    Class TerminauxInternalException

    Terminaux exception class

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

    Constructors

    | Edit this page View Source

    TerminauxInternalException()

    Makes an empty TerminauxInternalException exception instance with the default message

    Declaration
    public TerminauxInternalException()
    | Edit this page View Source

    TerminauxInternalException(Exception)

    Makes an empty TerminauxInternalException exception instance with the default message

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

    An inner exception to specify

    | Edit this page View Source

    TerminauxInternalException(string)

    Makes a TerminauxInternalException exception instance

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

    A message to specify

    | Edit this page View Source

    TerminauxInternalException(string, Exception)

    Makes a TerminauxInternalException exception instance

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

    TerminauxInternalException(string, Exception, params object[])

    Makes a TerminauxInternalException exception instance

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

    TerminauxInternalException(string, params object[])

    Makes a TerminauxInternalException exception instance

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