Create a new BioRuntimeException with a cause and 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,
	Exception innerException
)

Parameters

message
Type: System..::.String
the message
innerException
Type: System..::.Exception
the Exception that caused this BioRuntimeException

See Also