SettingTooLargeException Constructor (Int32, Int32)

Visual Studio 2015
 

Initializes a new instance of the SettingTooLargeException.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
SettingTooLargeException(
	int actualSize,
	int maxSize
)

Parameters

actualSize
Type: System::Int32

The actual size.

maxSize
Type: System::Int32

The maximum size.

Return to top
Show: