UnknownCultureException Members
The UnknownCultureException is thrown when an uninstalled or unrecognized culture is encountered.
The following tables list the members exposed by the UnknownCultureException type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
UnknownCultureException | Overloaded. The UnknownCultureException constructor overloads create new UnknownCultureException objects. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
CultureName | The CultureName property gets the name of the culture that caused this UnknownCultureException to be thrown. | |
Data | (inherited from Exception ) | |
ErrorCode | The ErrorCode property gets or sets the error code for this LocalizedException object.(inherited from LocalizedException) | |
FormatProvider | The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message.(inherited from LocalizedException) | |
HelpLink | (inherited from Exception ) | |
InnerException | (inherited from Exception ) | |
LocaleId | The LocaleId property gets the locale ID of the culture that caused this UnknownCultureException to be thrown. | |
LocalizedString | The LocalizedString property gets the localized error message for this LocalizedException object.(inherited from LocalizedException) | |
Message | The Message property gets the non-localized error message for this LocalizedException object.(inherited from LocalizedException) | |
Source | (inherited from Exception ) | |
StackTrace | (inherited from Exception ) | |
TargetSite | (inherited from Exception ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GenerateErrorCode | (inherited from LocalizedException ) | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | (inherited from LocalizedException ) | |
GetType | (inherited from Exception ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Exception ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top