SettingTooLargeException Class
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.
This exception is thrown (from ISettingsManager, ISettingsList, etc.) when a setting value is given whose serialized representation exceeds the size limit on the roaming settings server (currently 1MB).
public ref class SettingTooLargeException : Exception
public class SettingTooLargeException : Exception
type SettingTooLargeException = class
inherit Exception
Public Class SettingTooLargeException
Inherits Exception
- Inheritance
-
SettingTooLargeException
Remarks
Members of this class may be called on any thread.
Constructors
SettingTooLargeException(Int32, Int32) |
Initializes a new instance of the SettingTooLargeException. |
Properties
ActualSize |
Gets the actual size of the setting. |
MaximumSize |
Gets the maximum size of the setting. |