Class LocalizedException
Represents exception supporting localized message strings.
public class LocalizedException : Exception, ISerializable, _Exception
- Inheritance
-
LocalizedException
- Implements
- Derived
- Inherited Members
Constructors
LocalizedException()
Creates new instance of LocalizedException.
public LocalizedException()
LocalizedException(string)
Creates new instance of LocalizedException.
public LocalizedException(string message)
Parameters
message
stringError message.