ArchivableDictionaryGetEnumValueT Method (String) |
Namespace: Rhino.Collections
[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetEnumValue``1(System.String)"]
[Missing <typeparam name="T"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetEnumValue``1(System.String)"]
[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetEnumValue``1(System.String)"]
Exception | Condition |
---|---|
KeyNotFoundException | Thrown when the key is not found in the dictionary. |
FormatException | Thrown when the string retrieved from the dictionary is not convertible to the enum type. |