Make the exception with an inner exception and a 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 IllegalSymbolException(
	string message,
	Exception cause
)

Parameters

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

See Also