SettingsPropertyWrongTypeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an exception that is thrown when an invalid type is used with a SettingsProperty object.
public ref class SettingsPropertyWrongTypeException : Exception
[System.Serializable]
public class SettingsPropertyWrongTypeException : Exception
public class SettingsPropertyWrongTypeException : Exception
[<System.Serializable>]
type SettingsPropertyWrongTypeException = class
inherit Exception
type SettingsPropertyWrongTypeException = class
inherit Exception
Public Class SettingsPropertyWrongTypeException
Inherits Exception
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| SettingsPropertyWrongTypeException() |
Initializes a new instance of the SettingsPropertyWrongTypeException class. |
| SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
| SettingsPropertyWrongTypeException(String, Exception) |
Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameters. |
| SettingsPropertyWrongTypeException(String) |
Initializes a new instance of the SettingsPropertyWrongTypeException class based on the supplied parameter. |