commit | 8fb719efb1533e3a8038c155cbb209b492a29910 | [log] [tgz] |
---|---|---|
author | Christian Weiss <christian@chwe.at> | Fri Mar 30 21:26:04 2018 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun Apr 01 12:29:51 2018 +0200 |
tree | 2bddb147f89cfe001ff136b7d15f1c88a14c1bae | |
parent | d4fb364d30b0d01bbe8bdcab34f32ccfb539d564 [diff] [blame] |
THRIFT-4535: XML docs; code cleanup (tabs->spaces; String->string) Client: C# Patch: Christian Weiss This closes #1524
diff --git a/lib/csharp/src/TException.cs b/lib/csharp/src/TException.cs index 65509ec..35193c5 100644 --- a/lib/csharp/src/TException.cs +++ b/lib/csharp/src/TException.cs
@@ -31,7 +31,7 @@ { } - public TException( string message) + public TException(string message) : base(message) { }