diff options
Diffstat (limited to 'cs-dotnet/src/gatsexception.cs')
-rw-r--r-- | cs-dotnet/src/gatsexception.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cs-dotnet/src/gatsexception.cs b/cs-dotnet/src/gatsexception.cs index 442a4ff..1d01e07 100644 --- a/cs-dotnet/src/gatsexception.cs +++ b/cs-dotnet/src/gatsexception.cs | |||
@@ -9,6 +9,9 @@ using System; | |||
9 | 9 | ||
10 | namespace Com.Xagasoft.Gats | 10 | namespace Com.Xagasoft.Gats |
11 | { | 11 | { |
12 | /// <summary> | ||
13 | /// Exception used to report parsing or encoding errors in GATS. | ||
14 | /// </summary> | ||
12 | public class GatsException : Exception | 15 | public class GatsException : Exception |
13 | { | 16 | { |
14 | public enum Type | 17 | public enum Type |