A nestable biological exception.

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

Syntax

C#
public class BioException : Exception

Remarks

Catch this whenever a method throws it, and you want to handle the exception.

Throw this whenever you have caught a Throwable and need to throw an Exception or BioException in your method.

Be sure to wrap up any causual throwable. It makes debugging your (and other peoples') code much easier.

Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also