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:
parent
93346380e0
commit
e381cef92c
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue