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)

'Usage
Dim instance As InvalidSimpleObjectValueExceptionType

public enum class InvalidSimpleObjectValueExceptionType
public enum InvalidSimpleObjectValueExceptionType
public enum InvalidSimpleObjectValueExceptionType

Member nameDescription
InvalidTypeSpecifies an invalid type error.
KeyPropertyMissingSpecifies a missing key property error.
KeyPropertyValueMissingSpecifies a missing key property value error.
MaxLengthSpecifies a maximum value length error.
MaxValueSpecifies a maximum value error.
MinLengthSpecifies a minimum value length error.
MinValueSpecifies a minimum value error.
PropertyBagEmptySpecifies an error that indicates no properties are provided.
RegExSpecifies an error matching a value to the defined regular expression.
UnknownSpecifies an unknown value error.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: