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 | |
|---|---|---|
| .gif) | Data | (inherited from Exception ) | 
| .gif) | ErrorCode | The ErrorCode property gets or sets the error code for this LocalizedException object. | 
| .gif) | FormatProvider | The FormatProvider property gets or sets the FormatProvider that this LocalizedException object uses to format its error message. | 
| .gif) | HelpLink | (inherited from Exception ) | 
| .gif) | InnerException | (inherited from Exception ) | 
| .gif) | LocalizedString | The LocalizedString property gets the localized error message for this LocalizedException object. | 
| .gif) | Message | Overridden. The Message property gets the non-localized error message for this LocalizedException object. | 
| .gif) | Source | (inherited from Exception ) | 
| .gif) | StackTrace | (inherited from Exception ) | 
| .gif) | TargetSite | (inherited from Exception ) | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) .gif) | GenerateErrorCode | The GenerateErrorCode method uses information in the exception argument e to generate an error code. | 
| .gif) | GetBaseException | (inherited from Exception ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetObjectData | Overridden. The GetObjectData method is called when this LocalizedException object is serialized. | 
| .gif) | GetType | (inherited from Exception ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Exception ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
.gif)