<?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_Object%2C_Exception%29</id>
	<title>Dice/DiceException/DiceException (DiceErrorCode, Object, 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_Object%2C_Exception%29"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DiceException/DiceException_(DiceErrorCode,_Object,_Exception)&amp;action=history"/>
	<updated>2026-05-03T08:10:59Z</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,_Object,_Exception)&amp;diff=298&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|DiceException Constructor (DiceErrorCode, Object, Exception)}} Constructs a DiceException for the given DiceErrorCode using the given object as...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DiceException/DiceException_(DiceErrorCode,_Object,_Exception)&amp;diff=298&amp;oldid=prev"/>
		<updated>2017-04-12T18:09:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|DiceException Constructor (DiceErrorCode, Object, 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; using the given object as...&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, Object, Exception)}}&lt;br /&gt;
Constructs a DiceException for the given [[Dice/DiceErrorCode|DiceErrorCode]] using the given object as its parameter 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;
    object param,&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;
; ''param''&lt;br /&gt;
: Type: System.Object&lt;br /&gt;
: Format parameter for the error code's associated message.&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, passing ''param'' in a String.Format call to fill in {0}. These strings match what is shown on the documentation page's member list. This overload should not be used if the description string does not contain the format parameter {0}, use the [[../DiceException (DiceErrorCode, Exception)|DiceException(DiceErrorCode, Exception)]] overload instead.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>