SettingNameTooLongException(Int32, Int32) Constructor
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.
public:
SettingNameTooLongException(int actualSize, int maxSize);
public:
SettingNameTooLongException(int actualSize, int maxSize);
SettingNameTooLongException(int actualSize, int maxSize);
public SettingNameTooLongException (int actualSize, int maxSize);
new Microsoft.VisualStudio.Settings.SettingNameTooLongException : int * int -> Microsoft.VisualStudio.Settings.SettingNameTooLongException
Public Sub New (actualSize As Integer, maxSize As Integer)
Parameters
- actualSize
- Int32
- maxSize
- Int32