Inheritance: System.Exception
Beispiel #1
0
 public NoSuchPageException(SmartAPIException e) : base(e.Server, "Could not load page", e)
 {
 }
 public NoSuchPageException(SmartAPIException e)
     : base(e.Server, "Could not load page", e)
 {
 }