C# Class Irontalk.DigitValueOutOfRangeException

Inheritance: System.Exception
Afficher le fichier Open project: rezonant/irontalk

Méthodes publiques

Свойство Type Description
Digit char
Radix int

Méthodes publiques

Méthode Description
DigitValueOutOfRangeException ( char digit, int @base ) : System

Method Details

DigitValueOutOfRangeException() public méthode

public DigitValueOutOfRangeException ( char digit, int @base ) : System
digit char
@base int
Résultat System

Property Details

Digit public_oe property

public char Digit
Résultat char

Radix public_oe property

public int Radix
Résultat int