Share via


InvalidSettingTypeException Class

Definition

An error raised when the requested setting type is not one of the supported type of Setting<T>.

public class InvalidSettingTypeException : Microsoft.VisualStudio.Extensibility.Settings.SettingsReadException
type InvalidSettingTypeException = class
    inherit SettingsReadException
Public Class InvalidSettingTypeException
Inherits SettingsReadException
Inheritance
InvalidSettingTypeException

Constructors

InvalidSettingTypeException(String)

Initializes a new instance of the Exception class with a specified error message.

Applies to