< Dice‎ | DiceException
Revision as of 18:39, 12 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|DiceException.ErrorCode Property}} Gets the error that this exception was thrown for. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public DiceErrorCode ErrorCode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DiceException.ErrorCode Property

From DiceRoller Documentation

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.