Skip to content

Commit 601b812

Browse files
committed
Updating initial check in of the Docs
1 parent 925837f commit 601b812

File tree

297 files changed

+128382
-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.

297 files changed

+128382
-0
lines changed
Lines changed: 292 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,292 @@
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 Guidance </title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Class ActionException
12+
| CodeFactory Guidance ">
13+
<meta name="generator" content="docfx 2.56.6.0">
14+
15+
<link rel="shortcut icon" href="../favicon.ico">
16+
<link rel="stylesheet" href="../styles/docfx.vendor.css">
17+
<link rel="stylesheet" href="../styles/docfx.css">
18+
<link rel="stylesheet" href="../styles/main.css">
19+
<meta property="docfx:navrel" content="../toc.html">
20+
<meta property="docfx:tocrel" content="toc.html">
21+
22+
<meta property="docfx:rel" content="../">
23+
24+
</head>
25+
<body data-spy="scroll" data-target="#affix" data-offset="120">
26+
<div id="wrapper">
27+
<header>
28+
29+
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
30+
<div class="container">
31+
<div class="navbar-header">
32+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
33+
<span class="sr-only">Toggle navigation</span>
34+
<span class="icon-bar"></span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
</button>
38+
39+
<a class="navbar-brand" href="../index.html">
40+
<img id="logo" class="svg" src="../logo.svg" alt="">
41+
</a>
42+
</div>
43+
<div class="collapse navbar-collapse" id="navbar">
44+
<form class="navbar-form navbar-right" role="search" id="search">
45+
<div class="form-group">
46+
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
47+
</div>
48+
</form>
49+
</div>
50+
</div>
51+
</nav>
52+
53+
<div class="subnav navbar navbar-default">
54+
<div class="container hide-when-search" id="breadcrumb">
55+
<ul class="breadcrumb">
56+
<li></li>
57+
</ul>
58+
</div>
59+
</div>
60+
</header>
61+
<div class="container body-content">
62+
63+
<div id="search-results">
64+
<div class="search-list"></div>
65+
<div class="sr-items">
66+
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
67+
</div>
68+
<ul id="pagination"></ul>
69+
</div>
70+
</div>
71+
<div role="main" class="container body-content hide-when-search">
72+
73+
<div class="sidenav hide-when-search">
74+
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
75+
<div class="sidetoggle collapse" id="sidetoggle">
76+
<div id="sidetoc"></div>
77+
</div>
78+
</div>
79+
<div class="article row grid-right">
80+
<div class="col-md-10">
81+
<article class="content wrap" id="_content" data-uid="CodeFactory.ActionException">
82+
83+
84+
<h1 id="CodeFactory_ActionException" data-uid="CodeFactory.ActionException" class="text-break">Class ActionException
85+
</h1>
86+
<div class="markdown level0 summary"><p>Exception that is raised when an error occured that kept a code factory command from finishing execution.</p>
87+
</div>
88+
<div class="markdown level0 conceptual"></div>
89+
<div class="inheritance">
90+
<h5>Inheritance</h5>
91+
<div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
92+
<div class="level1"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception">Exception</a></div>
93+
<div class="level2"><a class="xref" href="CodeFactory.CodeFactoryException.html">CodeFactoryException</a></div>
94+
<div class="level3"><span class="xref">ActionException</span></div>
95+
</div>
96+
<div classs="implements">
97+
<h5>Implements</h5>
98+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
99+
<div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.runtime.interopservices._exception">_Exception</a></div>
100+
</div>
101+
<div class="inheritedMembers">
102+
<h5>Inherited Members</h5>
103+
<div>
104+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.getbaseexception#System_Exception_GetBaseException">Exception.GetBaseException()</a>
105+
</div>
106+
<div>
107+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.tostring#System_Exception_ToString">Exception.ToString()</a>
108+
</div>
109+
<div>
110+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.getobjectdata#System_Exception_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
111+
</div>
112+
<div>
113+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.gettype#System_Exception_GetType">Exception.GetType()</a>
114+
</div>
115+
<div>
116+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.message#System_Exception_Message">Exception.Message</a>
117+
</div>
118+
<div>
119+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.data#System_Exception_Data">Exception.Data</a>
120+
</div>
121+
<div>
122+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.innerexception#System_Exception_InnerException">Exception.InnerException</a>
123+
</div>
124+
<div>
125+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.targetsite#System_Exception_TargetSite">Exception.TargetSite</a>
126+
</div>
127+
<div>
128+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.stacktrace#System_Exception_StackTrace">Exception.StackTrace</a>
129+
</div>
130+
<div>
131+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.helplink#System_Exception_HelpLink">Exception.HelpLink</a>
132+
</div>
133+
<div>
134+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.source#System_Exception_Source">Exception.Source</a>
135+
</div>
136+
<div>
137+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.hresult#System_Exception_HResult">Exception.HResult</a>
138+
</div>
139+
<div>
140+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
141+
</div>
142+
<div>
143+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
144+
</div>
145+
<div>
146+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
147+
</div>
148+
<div>
149+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
150+
</div>
151+
<div>
152+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
153+
</div>
154+
<div>
155+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
156+
</div>
157+
</div>
158+
<h6><strong>Namespace</strong>: <a class="xref" href="CodeFactory.html">CodeFactory</a></h6>
159+
<h6><strong>Assembly</strong>: CodeFactory.dll</h6>
160+
<h5 id="CodeFactory_ActionException_syntax">Syntax</h5>
161+
<div class="codewrapper">
162+
<pre><code class="lang-csharp hljs">public class ActionException : CodeFactoryException, ISerializable, _Exception</code></pre>
163+
</div>
164+
<h3 id="constructors">Constructors
165+
</h3>
166+
<span class="small pull-right mobile-hide">
167+
<span class="divider">|</span>
168+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/new/CodeFactorySDK/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>
169+
</span>
170+
<span class="small pull-right mobile-hide">
171+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/blob/CodeFactorySDK/src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L19">View Source</a>
172+
</span>
173+
<a id="CodeFactory_ActionException__ctor_" data-uid="CodeFactory.ActionException.#ctor*"></a>
174+
<h4 id="CodeFactory_ActionException__ctor_System_String_" data-uid="CodeFactory.ActionException.#ctor(System.String)">ActionException(String)</h4>
175+
<div class="markdown level1 summary"><p>Creates a command exception.</p>
176+
</div>
177+
<div class="markdown level1 conceptual"></div>
178+
<h5 class="decalaration">Declaration</h5>
179+
<div class="codewrapper">
180+
<pre><code class="lang-csharp hljs">public ActionException(string message)</code></pre>
181+
</div>
182+
<h5 class="parameters">Parameters</h5>
183+
<table class="table table-bordered table-striped table-condensed">
184+
<thead>
185+
<tr>
186+
<th>Type</th>
187+
<th>Name</th>
188+
<th>Description</th>
189+
</tr>
190+
</thead>
191+
<tbody>
192+
<tr>
193+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
194+
<td><span class="parametername">message</span></td>
195+
<td><p>The error message to be captured by the exception</p>
196+
</td>
197+
</tr>
198+
</tbody>
199+
</table>
200+
<span class="small pull-right mobile-hide">
201+
<span class="divider">|</span>
202+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/new/CodeFactorySDK/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>
203+
</span>
204+
<span class="small pull-right mobile-hide">
205+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/blob/CodeFactorySDK/src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L29">View Source</a>
206+
</span>
207+
<a id="CodeFactory_ActionException__ctor_" data-uid="CodeFactory.ActionException.#ctor*"></a>
208+
<h4 id="CodeFactory_ActionException__ctor_System_String_System_Exception_" data-uid="CodeFactory.ActionException.#ctor(System.String,System.Exception)">ActionException(String, Exception)</h4>
209+
<div class="markdown level1 summary"><p>Creates a command exception.</p>
210+
</div>
211+
<div class="markdown level1 conceptual"></div>
212+
<h5 class="decalaration">Declaration</h5>
213+
<div class="codewrapper">
214+
<pre><code class="lang-csharp hljs">public ActionException(string message, Exception innerException)</code></pre>
215+
</div>
216+
<h5 class="parameters">Parameters</h5>
217+
<table class="table table-bordered table-striped table-condensed">
218+
<thead>
219+
<tr>
220+
<th>Type</th>
221+
<th>Name</th>
222+
<th>Description</th>
223+
</tr>
224+
</thead>
225+
<tbody>
226+
<tr>
227+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
228+
<td><span class="parametername">message</span></td>
229+
<td><p>The error message to be captured by the exception</p>
230+
</td>
231+
</tr>
232+
<tr>
233+
<td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.exception">Exception</a></td>
234+
<td><span class="parametername">innerException</span></td>
235+
<td><p>The inner exception that occurred and to be added to this exception.</p>
236+
</td>
237+
</tr>
238+
</tbody>
239+
</table>
240+
<h3 id="implements">Implements</h3>
241+
<div>
242+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">System.Runtime.Serialization.ISerializable</a>
243+
</div>
244+
<div>
245+
<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.runtime.interopservices._exception">System.Runtime.InteropServices._Exception</a>
246+
</div>
247+
</article>
248+
</div>
249+
250+
<div class="hidden-sm col-md-2" role="complementary">
251+
<div class="sideaffix">
252+
<div class="contribution">
253+
<ul class="nav">
254+
<li>
255+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/new/CodeFactorySDK/apiSpec/new?filename=CodeFactory_ActionException.md&amp;value=---%0Auid%3A%20CodeFactory.ActionException%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" class="contribution-link">Improve this Doc</a>
256+
</li>
257+
<li>
258+
<a href="https://github.com/CodeFactoryLLC/CodeFactory/blob/CodeFactorySDK/src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L12" class="contribution-link">View Source</a>
259+
</li>
260+
</ul>
261+
</div>
262+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
263+
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
264+
</nav>
265+
</div>
266+
</div>
267+
</div>
268+
</div>
269+
270+
<footer>
271+
<div class="grad-bottom"></div>
272+
<div class="footer">
273+
<div class="container">
274+
<span class="pull-right">
275+
<a href="#top">Back to top</a>
276+
</span>
277+
<span>Copyright 2021 &copy; CodeFactory, LLC.</span>
278+
279+
</div>
280+
</div>
281+
</footer>
282+
</div>
283+
284+
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
285+
<script type="text/javascript" src="../styles/docfx.js"></script>
286+
<script type="text/javascript" src="../styles/main.js"></script>
287+
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101295999);</script>
288+
<script async="" src="//static.getclicky.com/js"></script>
289+
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/101295999ns.gif"></p></noscript>
290+
291+
</body>
292+
</html>

0 commit comments

Comments
 (0)