aboutsummaryrefslogtreecommitdiff
path: root/cs-dotnet/src/gatsexception.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs-dotnet/src/gatsexception.cs')
-rw-r--r--cs-dotnet/src/gatsexception.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cs-dotnet/src/gatsexception.cs b/cs-dotnet/src/gatsexception.cs
index c6b2690..2dc49eb 100644
--- a/cs-dotnet/src/gatsexception.cs
+++ b/cs-dotnet/src/gatsexception.cs
@@ -7,7 +7,8 @@ namespace Com.Xagasoft.Gats
7 public enum Type 7 public enum Type
8 { 8 {
9 PrematureEnd = 1, 9 PrematureEnd = 1,
10 InvalidType = 2 10 InvalidType = 2,
11 InvalidFormat = 3,
11 }; 12 };
12 13
13 private Type _Reason; 14 private Type _Reason;