Skip to content

Commit c81f97b

Browse files
committed
1 parent ce3a954 commit c81f97b

File tree

1,373 files changed

+75911
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,373 files changed

+75911
-0
lines changed

4.4/ref/api/GeneralError.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<link rel="shortcut icon" href="icons/favicon.ico" />
7+
<link rel="stylesheet" href="css/bulma.css" />
8+
<link rel="stylesheet" href="css/font-awesome.min.css" />
9+
<link rel="stylesheet" href="css/presentationStyle.css" />
10+
<script src="scripts/jquery-3.5.1.min.js"></script>
11+
<script src="scripts/presentationStyle.js"></script>
12+
<title>MoreLinq - General Error</title>
13+
</head>
14+
15+
<body>
16+
<section id="MainSection" class="section p-0">
17+
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5">
18+
<div id="TitleContainer" class="level-left">
19+
<div id="DocumentationTitle" class="level-item">
20+
MoreLinq - General Error
21+
</div>
22+
</div>
23+
</div>
24+
</section>
25+
26+
<div id="TopicContent" class="column content is-7">
27+
<h1>We're sorry, a general error has occurred.</h1>
28+
<p>Please try to load the page again. If the error persists, please contact the site administrator.</p>
29+
</div>
30+
</body>
31+
32+
</html>

4.4/ref/api/PageNotFound.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<link rel="shortcut icon" href="icons/favicon.ico" />
7+
<link rel="stylesheet" href="css/bulma.css" />
8+
<link rel="stylesheet" href="css/font-awesome.min.css" />
9+
<link rel="stylesheet" href="css/presentationStyle.css" />
10+
<script src="scripts/jquery-3.5.1.min.js"></script>
11+
<script src="scripts/presentationStyle.js"></script>
12+
<title>MoreLinq - Page Not Found</title>
13+
</head>
14+
15+
<body>
16+
<section id="MainSection" class="section p-0">
17+
<div class="pageHeader level mb-2 pt-2 pb-2 pl-5 pr-5">
18+
<div id="TitleContainer" class="level-left">
19+
<div id="DocumentationTitle" class="level-item">
20+
MoreLinq - Page Not Found
21+
</div>
22+
</div>
23+
</div>
24+
</section>
25+
26+
<div id="TopicContent" class="column content is-7">
27+
<h1>We're sorry, the page you requested cannot be found.</h1>
28+
<p>The URL might be misspelled or the page you are looking for is no longer available. If you typed in the
29+
URL, check that it does not contain a typo. You can return to the <a href="html/N_MoreLinq.htm">main page</a> to
30+
use the table of contents or the search option to try and locate the page.</p>
31+
</div>
32+
</body>
33+
34+
</html>

0 commit comments

Comments
 (0)