<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FDiceException%2FDiceException_%28DiceErrorCode%2C_Exception%29</id>
	<title>Dice/DiceException/DiceException (DiceErrorCode, Exception) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FDiceException%2FDiceException_%28DiceErrorCode%2C_Exception%29"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DiceException/DiceException_(DiceErrorCode,_Exception)&amp;action=history"/>
	<updated>2026-05-03T05:24:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://skizzerz.net/DiceRoller/index.php?title=Dice/DiceException/DiceException_(DiceErrorCode,_Exception)&amp;diff=295&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|DiceException Constructor (DiceErrorCode, Exception)}} Constructs a DiceException for the given DiceErrorCode and the given Exception as its in...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DiceException/DiceException_(DiceErrorCode,_Exception)&amp;diff=295&amp;oldid=prev"/>
		<updated>2017-04-12T18:08:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|DiceException Constructor (DiceErrorCode, Exception)}} Constructs a DiceException for the given &lt;a href=&quot;/DiceRoller/Dice/DiceErrorCode&quot; title=&quot;Dice/DiceErrorCode&quot;&gt;DiceErrorCode&lt;/a&gt; and the given Exception as its in...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|DiceException Constructor (DiceErrorCode, Exception)}}&lt;br /&gt;
Constructs a DiceException for the given [[Dice/DiceErrorCode|DiceErrorCode]] and the given Exception as its inner exception.&lt;br /&gt;
&lt;br /&gt;
{{ns}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
public DiceException(&lt;br /&gt;
    DiceErrorCode error,&lt;br /&gt;
    Exception innerException&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''error''&lt;br /&gt;
: Type: [[Dice/DiceErrorCode|Dice.DiceErrorCode]]&lt;br /&gt;
: What error this exception represents.&lt;br /&gt;
&lt;br /&gt;
; ''innerException''&lt;br /&gt;
: Type: System.Exception&lt;br /&gt;
: The inner exception.&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
The exception's Message property is initialized to the description string of the DiceErrorCode. These strings match what is shown on the documentation page's member list. This overload should not be used if the description string contains the format parameter {0}, use the [[../DiceException (DiceErrorCode, Object, Exception)|DiceException(DiceErrorCode, Object, Exception)]] overload instead.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>