We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c526b3 commit 9a68c19Copy full SHA for 9a68c19
test/MsgPack.UnitTest/GenericExceptionTester.cs
@@ -1,8 +1,8 @@
1
-#region -- License Terms --
+#region -- License Terms --
2
//
3
// MessagePack for CLI
4
5
-// Copyright (C) 2010-2012 FUJIWARA, Yusuke
+// Copyright (C) 2010-2017 FUJIWARA, Yusuke
6
7
// Licensed under the Apache License, Version 2.0 (the "License");
8
// you may not use this file except in compliance with the License.
@@ -146,6 +146,7 @@ public void TestException()
146
this.TestInnerExceptionConstructor_Null_SetToDefaultMessageAndNullInnerException();
147
#if !SILVERLIGHT && !AOT && !NETSTANDARD1_1 && !NETSTANDARD1_3
148
this.TestSerialization();
149
+ this.TestSerializationOnPartialTrust();
150
#endif // !SILVERLIGHT && !AOT && !NETSTANDARD1_1 && !NETSTANDARD1_3
151
}
152
0 commit comments