commit | ef32bc10b70aa2926957fd8f35691563234f08b6 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 17 14:08:44 2019 -0500 |
committer | James E. King III <jking@apache.org> | Mon Jan 21 16:14:25 2019 -0500 |
tree | 68c180d4b15e4e4f5e5e93f7ff4966e3be236774 | |
parent | 1ad08ca91b62701bf2989f52e73e6642aee1f7f0 [diff] [blame] |
THRIFT-4163: update cmake build type handling
diff --git a/lib/csharp/src/TException.cs b/lib/csharp/src/TException.cs index aa9a210..b9fae6e 100644 --- a/lib/csharp/src/TException.cs +++ b/lib/csharp/src/TException.cs
@@ -31,7 +31,7 @@ { } - public TException(string message, Exception inner) + public TException(string message, Exception inner = null) : base(message, inner) { }