XmlDictionaryString.XmlDictionaryString Constructor
.NET Framework 3.0
Creates an instance of this class.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
public XmlDictionaryString ( IXmlDictionary dictionary, String value, int key )
public function XmlDictionaryString ( dictionary : IXmlDictionary, value : String, key : int )
Not applicable.
Parameters
- dictionary
The IXmlDictionary containing this instance.
- value
The string that is the value of the dictionary entry.
- key
The integer that is the key of the dictionary entry.
| Exception type | Condition |
|---|---|
| dictionary is a null reference (Nothing in Visual Basic). | |
ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
| key is less than 0 or greater than MaxValue / 4. |
The XmlDictionaryString does not automatically add itself to the specified dictionary.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.