mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
Fixes for .NET Core build
This commit is contained in:
parent
026309a325
commit
c81ee05098
3 changed files with 17 additions and 5 deletions
|
@ -21,11 +21,13 @@ using System;
|
|||
|
||||
namespace Microsoft.Z3
|
||||
{
|
||||
/// <summary>
|
||||
/// The exception base class for error reporting from Z3
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// The exception base class for error reporting from Z3
|
||||
/// </summary>
|
||||
#if !DOTNET_CORE
|
||||
[Serializable]
|
||||
public class Z3Exception : Exception
|
||||
#endif
|
||||
public class Z3Exception : Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue