Construct an exception to veto a change for a specified reason.

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

Syntax

C#
public ChangeVetoException(
	ChangeEvent change,
	string reason
)

Parameters

change
Type: BioSharp.Core.Utils..::.ChangeEvent
An event which is being vetoed.
reason
Type: System..::.String
A detail message.

See Also