Share via


SettingsReadTypeMismatchException Class

Definition

An error raised when the requested setting type doesn't match its registered type.

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

Constructors

SettingsReadTypeMismatchException(String)

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

Applies to