Share via


InvalidSimpleObjectValueExceptionType Enumeration

[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

'Usage
Dim instance As InvalidSimpleObjectValueExceptionType

Syntax

'Declaration
Public Enumeration InvalidSimpleObjectValueExceptionType
public enum InvalidSimpleObjectValueExceptionType
public enum class InvalidSimpleObjectValueExceptionType
public enum InvalidSimpleObjectValueExceptionType
public enum InvalidSimpleObjectValueExceptionType

Members

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Common Namespace