From e887a636115e2776dfad5c3a20d8623a00a7da3c Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:49:30 +0000 Subject: Utilisateur : Fcolin Date : 19/05/03 Heure : 15:31 Créé Commentaire: (vss 1) --- CSharp/Ivy/Ivy/IvyException.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CSharp/Ivy/Ivy/IvyException.cs (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/Ivy/IvyException.cs b/CSharp/Ivy/Ivy/IvyException.cs new file mode 100644 index 0000000..bc1bbf4 --- /dev/null +++ b/CSharp/Ivy/Ivy/IvyException.cs @@ -0,0 +1,20 @@ +namespace IvyBus +{ + using System; + + /// signals that an unrecoverrable Ivy exception has occured. + /// * + /// + /// François-Régis Colin + /// + /// http://www.tls.cena.fr/products/ivy/ + /// + /// + + public class IvyException:System.Exception + { + public IvyException(System.String s):base(s) + { + } + } +} \ No newline at end of file -- cgit v1.1