Share via


SettingsReadValueConversionException(Exception) Constructor

Definition

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

public SettingsReadValueConversionException (Exception inner);
new Microsoft.VisualStudio.Extensibility.Settings.SettingsReadValueConversionException : Exception -> Microsoft.VisualStudio.Extensibility.Settings.SettingsReadValueConversionException
Public Sub New (inner As Exception)

Parameters

inner
Exception

Applies to