Share via


LocalizedException constructor

The LocalizedException constructor overloads create new LocalizedException objects.

Overload list

  Name Description
Public method LocalizedException(LocalizedString) The LocalizedException constructor creates a new LocalizedException with a localized string for the error message.
Protected method LocalizedException(SerializationInfo, StreamingContext) The LocalizedException constructor creates a new serializable LocalizedException object.
Public method LocalizedException(LocalizedString, Exception) The LocalizedException constructor uses a localized error message to create a new LocalizedException object from an inner exception.

Top

See also

Reference

LocalizedException class

LocalizedException members

Microsoft.Exchange.Data.Common namespace