SettingNameTooLongException Class

Definition

This exception is thrown from ISettingsManager when attempting to create a setting whose name exceeds the length limit imposed by the roaming settings server (currently 128 characters).

public ref class SettingNameTooLongException : Exception
public class SettingNameTooLongException : Exception
type SettingNameTooLongException = class
    inherit Exception
Public Class SettingNameTooLongException
Inherits Exception
Inheritance
SettingNameTooLongException

Remarks

Members of this class may be called on any thread.

Constructors

SettingNameTooLongException(Int32, Int32)

Properties

ActualSize
MaximumSize

Applies to