diff options
author | fcolin | 2007-02-01 09:49:31 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:49:31 +0000 |
commit | ba67d978e4196568822004e088bb2364602a63e7 (patch) | |
tree | ba54c38d05c5f9f0e9602dac304b411378db3a86 /CSharp | |
parent | e887a636115e2776dfad5c3a20d8623a00a7da3c (diff) | |
download | ivy-csharp-ba67d978e4196568822004e088bb2364602a63e7.zip ivy-csharp-ba67d978e4196568822004e088bb2364602a63e7.tar.gz ivy-csharp-ba67d978e4196568822004e088bb2364602a63e7.tar.bz2 ivy-csharp-ba67d978e4196568822004e088bb2364602a63e7.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/Ivy/IvyException.cs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CSharp/Ivy/Ivy/IvyException.cs b/CSharp/Ivy/Ivy/IvyException.cs index bc1bbf4..90a91b8 100644 --- a/CSharp/Ivy/Ivy/IvyException.cs +++ b/CSharp/Ivy/Ivy/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
{
|