InvalidSimpleObjectValueExceptionType Enumeration
System Center
Updated: April 25, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the data types used to describe errors in simple object values.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
| Member name | Description |
|---|---|
| InvalidType | Specifies an invalid type error. |
| KeyPropertyMissing | Specifies a missing key property error. |
| KeyPropertyValueMissing | Specifies a missing key property value error. |
| MaxLength | Specifies a maximum value length error. |
| MaxValue | Specifies a maximum value error. |
| MinLength | Specifies a minimum value length error. |
| MinValue | Specifies a minimum value error. |
| PropertyBagEmpty | Specifies an error that indicates no properties are provided. |
| RegEx | Specifies an error matching a value to the defined regular expression. |
| Unknown | Specifies an unknown value error. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: