Difference between revisions of "Dice/DiceException/ErrorCode"

From DiceRoller Documentation
(Created page with "{{APIdoc|DiceException.ErrorCode Property}} Gets the error that this exception was thrown for. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceErrorCode ErrorCode...")
 
(No difference)

Latest revision as of 18:39, 12 April 2017

Gets the error that this exception was thrown for.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public DiceErrorCode ErrorCode { get; protected set; }

Property Value

Type: Dice.DiceErrorCode

The error code corresponding to the reason this exception was thrown.