C# Class CrystalMpq.WoW.CultureNotSupportedException

This exception is thrown when a culture is not supported.
Refer to the Culture field for information on the unsupported culture.
Inheritance: System.NotSupportedException
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
CultureNotSupportedException ( CultureInfo culture ) : System

Initializes a new instance of the CultureNotSupportedException class.

CultureNotSupportedException ( CultureInfo culture, Exception innerException ) : System

Initializes a new instance of the CultureNotSupportedException class.

Method Details

CultureNotSupportedException() public méthode

Initializes a new instance of the CultureNotSupportedException class.
public CultureNotSupportedException ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo The unsupported culture.
Résultat System

CultureNotSupportedException() public méthode

Initializes a new instance of the CultureNotSupportedException class.
public CultureNotSupportedException ( CultureInfo culture, Exception innerException ) : System
culture System.Globalization.CultureInfo The unsupported culture.
innerException System.Exception The inner exception.
Résultat System