Make the exception with an inner exception.

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(
	Exception innerException
)

Parameters

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

See Also