LocalizedException Members
The LocalizedException class uses localized strings for exception messages.
The following tables list the members exposed by the LocalizedException type.
Public Constructors
(see also Protected Constructors )
Name | Description | |
---|---|---|
LocalizedException | Overloaded. The LocalizedException constructor overloads create new LocalizedException objects. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Data | (inherited from Exception ) | |
ErrorCode | The ErrorCode property gets or sets the error code for this LocalizedException object. | |
FormatProvider | The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message. | |
HelpLink | (inherited from Exception ) | |
InnerException | (inherited from Exception ) | |
LocalizedString | The LocalizedString property gets the localized error message for this LocalizedException object. | |
Message | Overridden. The Message property gets the non-localized error message for this LocalizedException object. | |
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 | The GenerateErrorCode method uses information in the exception argument e to generate an error code. | |
GetBaseException | (inherited from Exception ) | |
GetHashCode | (inherited from Object ) | |
GetObjectData | Overridden. The GetObjectData method is called when this LocalizedException object is serialized. | |
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