|
120 | 120 | <Docs>
|
121 | 121 | <param name="typeDescriptorContext">The ITypeDescriptorContext for this call.</param>
|
122 | 122 | <param name="cultureInfo">The CultureInfo which is respected when converting.</param>
|
123 |
| - <param name="source">The object to convert to a ThemeMode.</param> |
124 |
| - <summary>Attempts to convert to a ThemeMode from the specified object</summary> |
125 |
| - <returns>The new ThemeMode instance.</returns> |
| 123 | + <param name="source">The object to convert to a <see cref="T:System.Windows.ThemeMode" />.</param> |
| 124 | + <summary>Attempts to convert to a <see cref="T:System.Windows.ThemeMode" /> from the specified object</summary> |
| 125 | + <returns>The new <see cref="T:System.Windows.ThemeMode" /> instance.</returns> |
126 | 126 | <remarks>To be added.</remarks>
|
127 | 127 | <exception cref="T:System.ArgumentNullException">The example object is <see langword="null" />.</exception>
|
128 | 128 | </Docs>
|
|
151 | 151 | <Docs>
|
152 | 152 | <param name="typeDescriptorContext">The ITypeDescriptorContext for this call.</param>
|
153 | 153 | <param name="cultureInfo">The CultureInfo which is respected when converting.</param>
|
154 |
| - <param name="value">The ThemeMode to convert.</param> |
| 154 | + <param name="value">The <see cref="T:System.Windows.ThemeMode" /> to convert.</param> |
155 | 155 | <param name="destinationType">The type to which to convert the ThemeMode instance.</param>
|
156 |
| - <summary>Attempts to convert a ThemeMode object to the specified type.</summary> |
| 156 | + <summary>Attempts to convert a <see cref="T:System.Windows.ThemeMode" /> object to the specified type.</summary> |
157 | 157 | <returns>The newly constructed object.</returns>
|
158 | 158 | <remarks>To be added.</remarks>
|
159 | 159 | <exception cref="T:System.ArgumentNullException">
|
160 | 160 | <paramref name="value" /> is <see langword="null" />.</exception>
|
161 |
| - <exception cref="T:System.ArgumentException"> |
162 |
| - <paramref name="value" /> is not a ThemeMode, or <paramref name="destinationType" /> isn't a valid destination type.</exception> |
| 161 | + <exception cref="T:System.NotSupportedException"> |
| 162 | + <paramref name="value" /> is <see langword="null" /> or not a <see cref="T:System.Windows.ThemeMode" />, or <paramref name="destinationType" /> isn't a valid destination type.</exception> |
163 | 163 | </Docs>
|
164 | 164 | </Member>
|
165 | 165 | </Members>
|
|
0 commit comments