/// <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) { }
public IDNAException(PunycodeException e) : base("", e) { }