SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
Main Page
Packages
Classes
Files
File List
File Members
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
{
9
public
class
NoSuchPageException
:
SmartAPIException
10
{
11
public
NoSuchPageException
(
SmartAPIException
e) : base(e.Server,
"Could not load page"
, e)
12
{
13
}
14
}
15
}
C:
Program Files
TeamCity
buildAgent
work
da03f6a03d945cb1
SmartAPI
erminas.SmartAPI
Exceptions
NoSuchPageException.cs
Generated on Fri Oct 9 2015 14:22:38 for SmartAPI by
1.8.2