3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

Marked .NET Z3Exception as serializable

This commit is contained in:
Christoph M. Wintersteiger 2016-10-26 15:12:10 +01:00
parent 93346380e0
commit e381cef92c

View file

@ -14,7 +14,7 @@ Author:
Christoph Wintersteiger (cwinter) 2012-03-15
Notes:
--*/
using System;
@ -24,6 +24,7 @@ namespace Microsoft.Z3
/// <summary>
/// The exception base class for error reporting from Z3
/// </summary>
[Serializable]
public class Z3Exception : Exception
{
/// <summary>