T
Tony Johansson
Hi!
I just wonder if I will create an custom exception class which of these two
alternatives is it best to use.
public class TeamListFilledException : ApplicationException
or
public class TeamListFilledException : Exception
Tony
I just wonder if I will create an custom exception class which of these two
alternatives is it best to use.
public class TeamListFilledException : ApplicationException
or
public class TeamListFilledException : Exception
Tony