test2 exception
continuous-integration/drone/push Build is passing Details

pull/19/head
Matheo THIERRY 2 years ago
parent 554431190d
commit 6d567c9058

@ -1,13 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace Biblioteque_de_Class
{
[Serializable]
public class NotAllowedException : Exception
public class NotAllowedException : Exception, ISerializable
{
public NotAllowedException(string message) : base(message)
{

Loading…
Cancel
Save