3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 05:13:39 +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 Christoph Wintersteiger (cwinter) 2012-03-15
Notes: Notes:
--*/ --*/
using System; using System;
@ -24,6 +24,7 @@ namespace Microsoft.Z3
/// <summary> /// <summary>
/// The exception base class for error reporting from Z3 /// The exception base class for error reporting from Z3
/// </summary> /// </summary>
[Serializable]
public class Z3Exception : Exception public class Z3Exception : Exception
{ {
/// <summary> /// <summary>