SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
NoSuchPageException.cs
Go to the documentation of this file.
1 ï»¿using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using erminas.SmartAPI.Utils;
6 
7 namespace erminas.SmartAPI.Exceptions
8 {
10  {
11  public NoSuchPageException(SmartAPIException e) : base(e.Server, "Could not load page", e)
12  {
13  }
14  }
15 }