Skip to content

Commit 4bad56e

Browse files
committed
SDK Release Version 1.22320.1
1 parent 89ac6ea commit 4bad56e

File tree

369 files changed

+148224
-25
lines changed

Some content is hidden

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

369 files changed

+148224
-25
lines changed

cfdocs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.codefactory.software
Lines changed: 281 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,281 @@
1+
<!DOCTYPE html>
2+
<!--[if IE]><![endif]-->
3+
<html>
4+
5+
<head>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Class ActionException
9+
| CodeFactory Platform </title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Class ActionException
12+
| CodeFactory Platform ">
13+
<meta name="generator" content="docfx 2.59.4.0">
14+
15+
<link rel="shortcut icon" href="../images/favicon.png">
16+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
17+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
18+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous">
19+
<link rel="stylesheet" href="../styles/config.css">
20+
<link rel="stylesheet" href="../styles/discord.css">
21+
<link rel="stylesheet" href="../styles/singulink.css">
22+
<link rel="stylesheet" href="../styles/main.css">
23+
<meta property="docfx:navrel" content="../toc.html">
24+
<meta property="docfx:tocrel" content="toc.html">
25+
26+
<meta property="docfx:rel" content="../">
27+
<meta property="docfx:newtab" content="true">
28+
<script async="" defer="" data-domain="docs.codefactory.software" src="https://plausible.io/js/plausible.js"></script>
29+
</head>
30+
<body>
31+
<div class="top-navbar">
32+
<a class="burger-icon" onclick="toggleMenu()">
33+
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg>
34+
</a>
35+
36+
37+
<a class="brand" href="../index.html">
38+
<img src="../images/logo.png" alt="CodeFactory Platform" class="logomark">
39+
<span class="brand-title">CodeFactory Platform</span>
40+
</a> </div>
41+
42+
<div class="body-content">
43+
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
44+
45+
<nav id="sidebar" role="navigation">
46+
<div class="sidebar">
47+
48+
<div>
49+
<div class="mobile-hide">
50+
51+
<a class="brand" href="../index.html">
52+
<img src="../images/logo.png" alt="CodeFactory Platform" class="logomark">
53+
<span class="brand-title">CodeFactory Platform</span>
54+
</a> </div>
55+
56+
<div class="sidesearch">
57+
<form id="search" role="search" class="search">
58+
<i class="bi bi-search search-icon"></i>
59+
<input type="text" id="search-query" placeholder="Search" autocomplete="off">
60+
</form>
61+
</div>
62+
63+
<div id="navbar">
64+
</div>
65+
</div> <div class="sidebar-item-separator"></div>
66+
67+
<div id="sidetoggle">
68+
<div id="sidetoc"></div>
69+
</div>
70+
</div>
71+
<div class="footer">
72+
73+
<strong><a href='https://www.codefactory.software/'>CodeFactory</a>
74+
</strong></div> </nav>
75+
76+
<main class="main-panel">
77+
78+
<div id="search-results" style="display: none;">
79+
<h1 class="search-list">Search Results for <span></span></h1>
80+
<div class="sr-items">
81+
<p><i class="bi bi-hourglass-split index-loading"></i></p>
82+
</div>
83+
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
84+
</div>
85+
<div role="main" class="hide-when-search">
86+
87+
<div class="subnav navbar navbar-default">
88+
<div class="container hide-when-search" id="breadcrumb">
89+
<ul class="breadcrumb">
90+
<li></li>
91+
</ul>
92+
</div>
93+
</div>
94+
95+
<article class="content wrap" id="_content" data-uid="CodeFactory.ActionException">
96+
97+
98+
<h1 id="CodeFactory_ActionException" data-uid="CodeFactory.ActionException" class="text-break">Class ActionException
99+
</h1>
100+
<div class="markdown level0 summary"><p>Exception that is raised when an error occurred that kept a code factory command from finishing execution.</p>
101+
</div>
102+
<div class="markdown level0 conceptual"></div>
103+
<div class="inheritance">
104+
<h5>Inheritance</h5>
105+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
106+
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
107+
<div class="level2"><a class="xref" href="CodeFactory.CodeFactoryException.html">CodeFactoryException</a></div>
108+
<div class="level3"><span class="xref">ActionException</span></div>
109+
</div>
110+
<div class="implements">
111+
<h5>Implements</h5>
112+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
113+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception">_Exception</a></div>
114+
</div>
115+
<div class="inheritedMembers">
116+
<h5>Inherited Members</h5>
117+
<div>
118+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception#system-exception-getbaseexception">Exception.GetBaseException()</a>
119+
</div>
120+
<div>
121+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring#system-exception-tostring">Exception.ToString()</a>
122+
</div>
123+
<div>
124+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
125+
</div>
126+
<div>
127+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype#system-exception-gettype">Exception.GetType()</a>
128+
</div>
129+
<div>
130+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message#system-exception-message">Exception.Message</a>
131+
</div>
132+
<div>
133+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data#system-exception-data">Exception.Data</a>
134+
</div>
135+
<div>
136+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception#system-exception-innerexception">Exception.InnerException</a>
137+
</div>
138+
<div>
139+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite#system-exception-targetsite">Exception.TargetSite</a>
140+
</div>
141+
<div>
142+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace#system-exception-stacktrace">Exception.StackTrace</a>
143+
</div>
144+
<div>
145+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink#system-exception-helplink">Exception.HelpLink</a>
146+
</div>
147+
<div>
148+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source#system-exception-source">Exception.Source</a>
149+
</div>
150+
<div>
151+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
152+
</div>
153+
<div>
154+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
155+
</div>
156+
<div>
157+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
158+
</div>
159+
<div>
160+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
161+
</div>
162+
<div>
163+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
164+
</div>
165+
<div>
166+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
167+
</div>
168+
<div>
169+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
170+
</div>
171+
</div>
172+
<h6><strong>Namespace</strong>: <a class="xref" href="CodeFactory.html">CodeFactory</a></h6>
173+
<h6><strong>Assembly</strong>: CodeFactory.dll</h6>
174+
<h5 id="CodeFactory_ActionException_syntax">Syntax</h5>
175+
<div class="codewrapper">
176+
<pre><code class="lang-csharp hljs">public class ActionException : CodeFactoryException, ISerializable, _Exception</code></pre>
177+
</div>
178+
<h3 id="constructors">Constructors
179+
</h3>
180+
<span class="small pull-right mobile-hide">
181+
<span class="divider">|</span>
182+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/new/2022-FixesAndExtensions/apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_.md&amp;value=---%0Auid%3A%20CodeFactory.ActionException.%23ctor(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
183+
</span>
184+
<span class="small pull-right mobile-hide">
185+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/blob/2022-FixesAndExtensions/src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L19">View Source</a>
186+
</span>
187+
<a id="CodeFactory_ActionException__ctor_" data-uid="CodeFactory.ActionException.#ctor*"></a>
188+
<h4 id="CodeFactory_ActionException__ctor_System_String_" data-uid="CodeFactory.ActionException.#ctor(System.String)">ActionException(String)</h4>
189+
<div class="markdown level1 summary"><p>Creates a command exception.</p>
190+
</div>
191+
<div class="markdown level1 conceptual"></div>
192+
<h5 class="decalaration">Declaration</h5>
193+
<div class="codewrapper">
194+
<pre><code class="lang-csharp hljs">public ActionException(string message)</code></pre>
195+
</div>
196+
<h5 class="parameters">Parameters</h5>
197+
<table class="table table-bordered table-striped table-condensed">
198+
<thead>
199+
<tr>
200+
<th>Type</th>
201+
<th>Name</th>
202+
<th>Description</th>
203+
</tr>
204+
</thead>
205+
<tbody>
206+
<tr>
207+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
208+
<td><span class="parametername">message</span></td>
209+
<td><p>The error message to be captured by the exception</p>
210+
</td>
211+
</tr>
212+
</tbody>
213+
</table>
214+
<span class="small pull-right mobile-hide">
215+
<span class="divider">|</span>
216+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/new/2022-FixesAndExtensions/apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_System_Exception_.md&amp;value=---%0Auid%3A%20CodeFactory.ActionException.%23ctor(System.String%2CSystem.Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
217+
</span>
218+
<span class="small pull-right mobile-hide">
219+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/blob/2022-FixesAndExtensions/src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L29">View Source</a>
220+
</span>
221+
<a id="CodeFactory_ActionException__ctor_" data-uid="CodeFactory.ActionException.#ctor*"></a>
222+
<h4 id="CodeFactory_ActionException__ctor_System_String_System_Exception_" data-uid="CodeFactory.ActionException.#ctor(System.String,System.Exception)">ActionException(String, Exception)</h4>
223+
<div class="markdown level1 summary"><p>Creates a command exception.</p>
224+
</div>
225+
<div class="markdown level1 conceptual"></div>
226+
<h5 class="decalaration">Declaration</h5>
227+
<div class="codewrapper">
228+
<pre><code class="lang-csharp hljs">public ActionException(string message, Exception innerException)</code></pre>
229+
</div>
230+
<h5 class="parameters">Parameters</h5>
231+
<table class="table table-bordered table-striped table-condensed">
232+
<thead>
233+
<tr>
234+
<th>Type</th>
235+
<th>Name</th>
236+
<th>Description</th>
237+
</tr>
238+
</thead>
239+
<tbody>
240+
<tr>
241+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
242+
<td><span class="parametername">message</span></td>
243+
<td><p>The error message to be captured by the exception</p>
244+
</td>
245+
</tr>
246+
<tr>
247+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
248+
<td><span class="parametername">innerException</span></td>
249+
<td><p>The inner exception that occurred and to be added to this exception.</p>
250+
</td>
251+
</tr>
252+
</tbody>
253+
</table>
254+
<h3 id="implements">Implements</h3>
255+
<div>
256+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">System.Runtime.Serialization.ISerializable</a>
257+
</div>
258+
<div>
259+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception">System.Runtime.InteropServices._Exception</a>
260+
</div>
261+
</article>
262+
</div>
263+
264+
<div class="copyright-footer">
265+
<span>&#169; CodeFactory, LLC. All rights reserved.</span>
266+
</div>
267+
</main>
268+
</div>
269+
270+
271+
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
272+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
273+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
274+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
275+
<script type="text/javascript" src="../styles/jquery.twbsPagination.js"></script>
276+
<script type="text/javascript" src="../styles/url.min.js"></script>
277+
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
278+
<script type="text/javascript" src="../styles/docfx.js"></script>
279+
<script type="text/javascript" src="../styles/singulink.js"></script>
280+
<script type="text/javascript" src="../styles/main.js"></script> </body>
281+
</html>

0 commit comments

Comments
 (0)