[Serializable]
public class EmailException : Exception
{
   public EmailException() : base(){}
   public EmailException(string message):base(message){}
   public EmailException(string message, Exception in):base(message,in){}
}
 
"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes 
  |