Rediger

SettingsPropertyWrongTypeException Class

Definition

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
SettingsPropertyWrongTypeException
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.

Applies to

See also