C# Класс CrystalMpq.WoW.CultureNotSupportedException

This exception is thrown when a culture is not supported.
Refer to the Culture field for information on the unsupported culture.
Наследование: System.NotSupportedException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CultureNotSupportedException() публичный Метод

Initializes a new instance of the CultureNotSupportedException class.
public CultureNotSupportedException ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo The unsupported culture.
Результат System

CultureNotSupportedException() публичный Метод

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.
Результат System