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