Make the exception with an inner exception and message.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public IllegalAlphabetException(
	string message,
	Exception innerException
)

Parameters

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

See Also