Freigeben über


SettingTooLargeException(Int32, Int32) Constructor

Definition

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.

Applies to