Create a new BioRuntimeException with a message.

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

Syntax

C#
public BioRuntimeException(
	string message
)

Parameters

message
Type: System..::.String
the message

See Also