Constructor.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public InternalErrorException(
	string message,
	Exception inner
)

Parameters

message
Type: System..::..String
The message.
inner
Type: System..::..Exception
The inner exception.

See Also