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:
parent
93346380e0
commit
e381cef92c
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue