LocalizedException Constructor
Include Protected Members
Include Inherited Members
The LocalizedException constructor overloads create new LocalizedException objects.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | LocalizedException(LocalizedString) | The LocalizedException constructor creates a new LocalizedException with a localized string for the error message. | 
| .gif) | LocalizedException(SerializationInfo, StreamingContext) | The LocalizedException constructor creates a new serializable LocalizedException object. | 
| .gif) | LocalizedException(LocalizedString, Exception) | The LocalizedException constructor uses a localized error message to create a new LocalizedException object from an inner exception. | 
Top