Exception which is thrown when a ChangeListener does not wish a change to take place.

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

Syntax

C#
public class ChangeVetoException : Exception

Remarks

Original BioJava version by Thomas Down, Matthew Pocock and Mark Schreiber. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    BioSharp.Core.Utils..::.ChangeVetoException

See Also