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 SourceTerminauxException()
Makes an empty TerminauxException exception instance with the default message
Declaration
public TerminauxException()
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 |
TerminauxException(string)
Makes a TerminauxException exception instance
Declaration
public TerminauxException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | A message to specify |
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 |
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 |
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 |