mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Marked .NET Z3Exception as serializable
This commit is contained in:
parent
93346380e0
commit
e381cef92c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue