summaryrefslogtreecommitdiff
path: root/CSharp
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:00:57 +0000
committerfcolin2007-02-01 10:00:57 +0000
commit02cc7fe3dd3e7ed44189542128781f4865f4d609 (patch)
tree0e052853bd034be46a15499a42cdefb0059431fb /CSharp
parente7239aa37fda1e1d5a252c4e434b18315b6d7c7b (diff)
downloadivy-csharp-02cc7fe3dd3e7ed44189542128781f4865f4d609.zip
ivy-csharp-02cc7fe3dd3e7ed44189542128781f4865f4d609.tar.gz
ivy-csharp-02cc7fe3dd3e7ed44189542128781f4865f4d609.tar.bz2
ivy-csharp-02cc7fe3dd3e7ed44189542128781f4865f4d609.tar.xz
Utilisateur : Fcolin Date : 24/07/03 Heure : 16:07 Archivé dans $/EScribe/Ivy Commentaire: (vss 2)
Diffstat (limited to 'CSharp')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyException.cs11
1 files changed, 5 insertions, 6 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyException.cs b/CSharp/Ivy/IvyPPC/IvyException.cs
index bc1bbf4..90a91b8 100644
--- a/CSharp/Ivy/IvyPPC/IvyException.cs
+++ b/CSharp/Ivy/IvyPPC/IvyException.cs
@@ -1,15 +1,14 @@
+/// François-Régis Colin
+/// http://www.tls.cena.fr/products/ivy/
+/// *
+/// (C) CENA
+/// *
namespace IvyBus
{
using System;
/// <summary> signals that an unrecoverrable Ivy exception has occured.
- /// *
/// </summary>
- /// <author> François-Régis Colin
- /// </author>
- /// <author> <a href="http://www.tls.cena.fr/products/ivy/">http://www.tls.cena.fr/products/ivy/</a>
- ///
- /// </author>
public class IvyException:System.Exception
{