Inheritance: System.Exception
Exemple #1
0
 // TODO
 /// <summary>
 /// Initializes a new instance of the <see cref="IDNAException"/> class.
 /// </summary>
 /// <param name="e">
 /// The e.
 /// </param>
 public IDNAException(StringprepException e) : base(string.Empty, e)
 {
 }
Exemple #2
0
 // TODO
 public IDNAException(StringprepException e)
     : base("", e)
 {
 }
 // TODO
 public IDNAException(StringprepException e) : base("", e)
 {
 }