Inheritance: System.Exception
Exemplo n.º 1
0
 public NoSuchPageException(SmartAPIException e) : base(e.Server, "Could not load page", e)
 {
 }
Exemplo n.º 2
0
 public NoSuchPageException(SmartAPIException e)
     : base(e.Server, "Could not load page", e)
 {
 }