Наследование: System.Exception
Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="IDNAException"/> class.
 /// </summary>
 /// <param name="e">
 /// The e.
 /// </param>
 public IDNAException(PunycodeException e) : base(string.Empty, e)
 {
 }
Пример #2
0
 public IDNAException(PunycodeException e)
     : base("", e)
 {
 }
 public IDNAException(PunycodeException e) : base("", e)
 {
 }