SettingTooLargeException(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.
Initializes a new instance of the SettingTooLargeException.
public:
SettingTooLargeException(int actualSize, int maxSize);
public:
SettingTooLargeException(int actualSize, int maxSize);
SettingTooLargeException(int actualSize, int maxSize);
public SettingTooLargeException (int actualSize, int maxSize);
new Microsoft.VisualStudio.Settings.SettingTooLargeException : int * int -> Microsoft.VisualStudio.Settings.SettingTooLargeException
Public Sub New (actualSize As Integer, maxSize As Integer)
Parameters
- actualSize
- Int32
The actual size.
- maxSize
- Int32
The maximum size.