11<!DOCTYPE html>  
22<!--[if IE]><![endif]--> 
33< html > 
4-   
4+ 
55 < head > 
66 < meta  charset ="utf-8 "> 
77 < meta  http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 "> 
88 < title > Class ActionException
9-    | CodeFactory Platform </ title > 
9+  | CodeFactory Platform </ title > 
1010 < meta  name ="viewport " content ="width=device-width "> 
1111 < meta  name ="title " content ="Class ActionException 
12-    | CodeFactory Platform  "> 
13-  < meta  name ="generator " content ="docfx 2.59.4.0  "> 
14-    
12+  | CodeFactory Platform  "> 
13+  < meta  name ="generator " content ="docfx  "> 
14+  
1515 < link  rel ="shortcut icon " href ="../images/favicon.png "> 
1616 < link  href ="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap " rel ="stylesheet "> 
1717 < link  rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css "> 
2222 < link  rel ="stylesheet " href ="../styles/main.css "> 
2323 < meta  property ="docfx:navrel " content ="../toc.html "> 
2424 < meta  property ="docfx:tocrel " content ="toc.html "> 
25-    
26-    < meta  property ="docfx:rel " content ="../ "> 
27-    < meta  property ="docfx:newtab " content ="true "> 
25+  
26+  < meta  property ="docfx:rel " content ="../ "> 
27+  < meta  property ="docfx:newtab " content ="true "> 
2828 < script  async ="" defer ="" data-domain ="docs.codefactory.software " src ="https://plausible.io/js/plausible.js "> </ script > 
2929 </ head > 
3030 < body > 
3333 < 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 > 
3434 </ a > 
3535
36-   
36+ 
3737 < a  class ="brand " href ="../index.html "> 
3838 < img  src ="../images/logo.png " alt ="CodeFactory Platform " class ="logomark "> 
3939 < span  class ="brand-title "> CodeFactory Platform</ span > 
4444
4545 < nav  id ="sidebar " role ="navigation "> 
4646 < div  class ="sidebar "> 
47-   
47+ 
4848 < div > 
4949 < div  class ="mobile-hide "> 
50-   
50+ 
5151 < a  class ="brand " href ="../index.html "> 
5252 < img  src ="../images/logo.png " alt ="CodeFactory Platform " class ="logomark "> 
5353 < span  class ="brand-title "> CodeFactory Platform</ span > 
54-  </ a >  </ div > 
55-   
54+  </ a >    </ div > 
55+ 
5656 < div  class ="sidesearch "> 
5757 < form  id ="search " role ="search " class ="search "> 
5858 < i  class ="bi bi-search search-icon "> </ i > 
5959 < input  type ="text " id ="search-query " placeholder ="Search " autocomplete ="off "> 
6060 </ form > 
6161 </ div > 
62-   
62+ 
6363 < div  id ="navbar "> 
6464 </ div > 
6565 </ div >  < div  class ="sidebar-item-separator "> </ div > 
66-   
66+ 
6767 < div  id ="sidetoggle "> 
6868 < div  id ="sidetoc "> </ div > 
6969 </ div > 
7070 </ div > 
7171 < div  class ="footer "> 
72-    
73-    < strong > < a  href ='https://www.codefactory.software/ '> CodeFactory</ a > 
72+  
73+  < strong > < a  href ='https://www.codefactory.software/ '> CodeFactory</ a > 
7474 </ strong > </ div >  </ nav > 
7575
7676 < main  class ="main-panel "> 
77-   
77+ 
7878 < div  id ="search-results " style ="display: none; "> 
7979 < h1  class ="search-list "> Search Results for < span > </ span > </ h1 > 
8080 < div  class ="sr-items "> 
@@ -83,7 +83,7 @@ <h1 class="search-list">Search Results for <span></span></h1>
8383 < ul  id ="pagination " data-first ="First " data-prev ="Previous " data-next ="Next " data-last ="Last "> </ ul > 
8484 </ div > 
8585 < div  role ="main " class ="hide-when-search "> 
86-   
86+ 
8787 < div  class ="subnav navbar navbar-default "> 
8888 < div  class ="container hide-when-search " id ="breadcrumb "> 
8989 < ul  class ="breadcrumb "> 
@@ -93,16 +93,16 @@ <h1 class="search-list">Search Results for <span></span></h1>
9393 </ div > 
9494
9595 < article  class ="content wrap " id ="_content " data-uid ="CodeFactory.ActionException "> 
96-   
97-   
96+ 
97+ 
9898 < h1  id ="CodeFactory_ActionException " data-uid ="CodeFactory.ActionException " class ="text-break "> Class ActionException
99-   </ h1 > 
99+ </ h1 > 
100100 < div  class ="markdown level0 summary "> < p > Exception that is raised when an error occurred that kept a code factory command from finishing execution.</ p > 
101101</ div > 
102102 < div  class ="markdown level0 conceptual "> </ div > 
103103 < div  class ="inheritance "> 
104104 < h5 > Inheritance</ h5 > 
105-  < div  class ="level0 "> < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object "> Object </ a > </ div > 
105+  < div  class ="level0 "> < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object "> object </ a > </ div > 
106106 < div  class ="level1 "> < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception "> Exception</ a > </ div > 
107107 < div  class ="level2 "> < a  class ="xref " href ="CodeFactory.CodeFactoryException.html "> CodeFactoryException</ a > </ div > 
108108 < div  class ="level3 "> < span  class ="xref "> ActionException</ span > </ div > 
@@ -154,19 +154,19 @@ <h5>Inherited Members</h5>
154154 < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate "> Exception.SerializeObjectState</ a > 
155155 </ div > 
156156 < div > 
157-  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> Object .Equals(Object )</ a > 
157+  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) "> object .Equals(object )</ a > 
158158 </ div > 
159159 < 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 > 
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 > 
161161 </ div > 
162162 < 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 > 
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 > 
164164 </ div > 
165165 < div > 
166-  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode "> Object .GetHashCode()</ a > 
166+  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode "> object .GetHashCode()</ a > 
167167 </ div > 
168168 < div > 
169-  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone "> Object .MemberwiseClone()</ a > 
169+  < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone "> object .MemberwiseClone()</ a > 
170170 </ div > 
171171 </ div > 
172172 < h6 > < strong > Namespace</ strong > : < a  class ="xref " href ="CodeFactory.html "> CodeFactory</ a > </ h6 > 
@@ -176,22 +176,22 @@ <h5 id="CodeFactory_ActionException_syntax">Syntax</h5>
176176 < pre > < code  class ="lang-csharp hljs "> public class ActionException : CodeFactoryException, ISerializable, _Exception</ code > </ pre > 
177177 </ div > 
178178 < h3  id ="constructors "> Constructors
179-   </ h3 > 
179+ </ h3 > 
180180 < span  class ="small pull-right mobile-hide "> 
181181 < span  class ="divider "> |</ span > 
182-  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/new/11-30-PackagerFix /apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_ .md&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 > 
182+  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/new/Feb2023Release /apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_System_Exception_ .md&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 > 
183183 </ span > 
184184 < span  class ="small pull-right mobile-hide "> 
185-  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/blob/11-30-PackagerFix /src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L19  "> View Source</ a > 
185+  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/blob/Feb2023Release /src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L29  "> View Source</ a > 
186186 </ span > 
187187 < 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 > 
188+  < h4  id ="CodeFactory_ActionException__ctor_System_String_System_Exception_ " data-uid ="CodeFactory.ActionException.#ctor(System.String,System.Exception ) "> ActionException(string, Exception )</ h4 > 
189189 < div  class ="markdown level1 summary "> < p > Creates a command exception.</ p > 
190190</ div > 
191191 < div  class ="markdown level1 conceptual "> </ div > 
192-  < h5  class ="decalaration "> Declaration</ h5 > 
192+  < h5  class ="declaration "> Declaration</ h5 > 
193193 < div  class ="codewrapper "> 
194-  < pre > < code  class ="lang-csharp hljs "> public ActionException(string message)</ code > </ pre > 
194+  < pre > < code  class ="lang-csharp hljs "> public ActionException(string message, Exception innerException )</ code > </ pre > 
195195 </ div > 
196196 < h5  class ="parameters "> Parameters</ h5 > 
197197 < table  class ="table table-bordered table-striped table-condensed "> 
@@ -204,28 +204,34 @@ <h5 class="parameters">Parameters</h5>
204204 </ thead > 
205205 < tbody > 
206206 < tr > 
207-  < td > < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> String </ a > </ td > 
207+  < td > < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> string </ a > </ td > 
208208 < td > < span  class ="parametername "> message</ span > </ td > 
209209 < td > < p > The error message to be captured by the exception</ p > 
210+ </ td > 
211+  </ tr > 
212+  < tr > 
213+  < td > < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception "> Exception</ a > </ td > 
214+  < td > < span  class ="parametername "> innerException</ span > </ td > 
215+  < td > < p > The inner exception that occurred and to be added to this exception.</ p > 
210216</ td > 
211217 </ tr > 
212218 </ tbody > 
213219 </ table > 
214220 < span  class ="small pull-right mobile-hide "> 
215221 < span  class ="divider "> |</ span > 
216-  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/new/11-30-PackagerFix /apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_System_Exception_ .md&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 > 
222+  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/new/Feb2023Release /apiSpec/new?filename=CodeFactory_ActionException__ctor_System_String_ .md&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 > 
217223 </ span > 
218224 < span  class ="small pull-right mobile-hide "> 
219-  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/blob/11-30-PackagerFix /src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L29  "> View Source</ a > 
225+  < a  href ="https://github.com/CodeFactoryLLC/CodeFactory/blob/Feb2023Release /src/CodeFactoryVisualStudio/CodeFactory/ActionException.cs/#L19  "> View Source</ a > 
220226 </ span > 
221227 < 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 > 
228+  < h4  id ="CodeFactory_ActionException__ctor_System_String_ " data-uid ="CodeFactory.ActionException.#ctor(System.String) "> ActionException(string )</ h4 > 
223229 < div  class ="markdown level1 summary "> < p > Creates a command exception.</ p > 
224230</ div > 
225231 < div  class ="markdown level1 conceptual "> </ div > 
226-  < h5  class ="decalaration "> Declaration</ h5 > 
232+  < h5  class ="declaration "> Declaration</ h5 > 
227233 < div  class ="codewrapper "> 
228-  < pre > < code  class ="lang-csharp hljs "> public ActionException(string message, Exception innerException )</ code > </ pre > 
234+  < pre > < code  class ="lang-csharp hljs "> public ActionException(string message)</ code > </ pre > 
229235 </ div > 
230236 < h5  class ="parameters "> Parameters</ h5 > 
231237 < table  class ="table table-bordered table-striped table-condensed "> 
@@ -238,15 +244,9 @@ <h5 class="parameters">Parameters</h5>
238244 </ thead > 
239245 < tbody > 
240246 < tr > 
241-  < td > < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> String </ a > </ td > 
247+  < td > < a  class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.string "> string </ a > </ td > 
242248 < td > < span  class ="parametername "> message</ span > </ td > 
243249 < 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 > 
250250</ td > 
251251 </ tr > 
252252 </ tbody > 
@@ -267,7 +267,7 @@ <h3 id="implements">Implements</h3>
267267 </ main > 
268268 </ div > 
269269
270-   
270+ 
271271 < script  src ="https://code.jquery.com/jquery-3.5.1.min.js " integrity ="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0= " crossorigin ="anonymous "> </ script > 
272272 < script  src ="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity ="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin ="anonymous "> </ script > 
273273 < script  src ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity ="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin ="anonymous "> </ script > 
0 commit comments