Skip to content

Commit

Permalink
Updated documentation to reflect latest changes f0053ce
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Mar 30, 2024
1 parent 4bf5776 commit e5119a3
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 141 deletions.
69 changes: 0 additions & 69 deletions api/VisualCard.Exceptions.VCardParseException.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,75 +96,6 @@ <h5 id="VisualCard_Exceptions_VCardParseException_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class VCardParseException : Exception</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/VisualCard/new/main/apiSpec/new?filename=VisualCard_Exceptions_VCardParseException__ctor.md&amp;value=---%0Auid%3A%20VisualCard.Exceptions.VCardParseException.%23ctor%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Aptivi/VisualCard/blob/main/VisualCard/Exceptions/VCardParseException.cs/#L30">View Source</a>
</span>
<a id="VisualCard_Exceptions_VCardParseException__ctor_" data-uid="VisualCard.Exceptions.VCardParseException.#ctor*"></a>
<h4 id="VisualCard_Exceptions_VCardParseException__ctor" data-uid="VisualCard.Exceptions.VCardParseException.#ctor">VCardParseException()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public VCardParseException()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Aptivi/VisualCard/new/main/apiSpec/new?filename=VisualCard_Exceptions_VCardParseException__ctor_System_String_System_String_System_Int32_System_Exception_.md&amp;value=---%0Auid%3A%20VisualCard.Exceptions.VCardParseException.%23ctor(System.String%2CSystem.String%2CSystem.Int32%2CSystem.Exception)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Edit this page</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Aptivi/VisualCard/blob/main/VisualCard/Exceptions/VCardParseException.cs/#L42">View Source</a>
</span>
<a id="VisualCard_Exceptions_VCardParseException__ctor_" data-uid="VisualCard.Exceptions.VCardParseException.#ctor*"></a>
<h4 id="VisualCard_Exceptions_VCardParseException__ctor_System_String_System_String_System_Int32_System_Exception_" data-uid="VisualCard.Exceptions.VCardParseException.#ctor(System.String,System.String,System.Int32,System.Exception)">VCardParseException(string, string, int, Exception)</h4>
<div class="markdown level1 summary"><p>Indicates that there was something wrong with parsing</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public VCardParseException(string message, string line, int linenumber, Exception innerException)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">message</span></td>
<td><p>The message to clarify the reasoning for the error</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">line</span></td>
<td><p>Line in which it caused the error</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
<td><span class="parametername">linenumber</span></td>
<td><p>Line number in which it caused the error</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
<td><span class="parametername">innerException</span></td>
<td><p>Inner exception (if any)</p>
</td>
</tr>
</tbody>
</table>

</article>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"api/VisualCard.Exceptions.VCardParseException.html": {
"href": "api/VisualCard.Exceptions.VCardParseException.html",
"title": "Class VCardParseException | VisualCard API - Aptivi",
"keywords": "Class VCardParseException Exception of VCard parsing Inheritance object Exception VCardParseException Namespace: VisualCard.Exceptions Assembly: VisualCard.dll Syntax public class VCardParseException : Exception Constructors | Edit this page View Source VCardParseException() Declaration public VCardParseException() | Edit this page View Source VCardParseException(string, string, int, Exception) Indicates that there was something wrong with parsing Declaration public VCardParseException(string message, string line, int linenumber, Exception innerException) Parameters Type Name Description string message The message to clarify the reasoning for the error string line Line in which it caused the error int linenumber Line number in which it caused the error Exception innerException Inner exception (if any)"
"keywords": "Class VCardParseException Exception of VCard parsing Inheritance object Exception VCardParseException Namespace: VisualCard.Exceptions Assembly: VisualCard.dll Syntax public class VCardParseException : Exception"
},
"api/VisualCard.Exceptions.html": {
"href": "api/VisualCard.Exceptions.html",
Expand Down
86 changes: 43 additions & 43 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,259 +2,259 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.CardTools.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Converters.AndroidContactsDb.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Converters.MeCard.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Converters.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Exceptions.VCardParseException.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Exceptions.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.BaseCardPartInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Card.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Enums.PartType.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Enums.PartsArrayEnum.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Enums.PartsEnum.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Enums.StringsEnum.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Enums.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.AddressInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.AgentInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.AnniversaryInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.BirthDateInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.CategoryInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.EmailInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.GenderInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.GeoInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.ImppInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.LabelAddressInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.LangInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.LogoInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.NameInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.NicknameInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.OrganizationInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.PhotoInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.RevisionInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.RoleInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.SoundInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.TelephoneInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.TimeDateZoneInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.TitleInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.Tools.Gender.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.Tools.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.XNameInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.XmlInfo.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.Implementations.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.Parts.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/api/VisualCard.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://aptivi.github.io/VisualCard/index.html</loc>
<lastmod>2024-03-30T06:24:20+00:00</lastmod>
<lastmod>2024-03-30T06:50:37+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
Expand Down
Loading

0 comments on commit e5119a3

Please sign in to comment.