[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim inner As Exception
Dim exceptionType As InvalidSimpleObjectValueExceptionType
Dim typeName As String
Dim propertyName As String

Dim instance As New InvalidSimpleObjectValueException(inner, exceptionType, typeName, propertyName)

Syntax

Visual Basic
Public Sub New ( _
		inner As Exception, _
		exceptionType As InvalidSimpleObjectValueExceptionType, _
		typeName As String, _
		propertyName As String _
)
C#
public InvalidSimpleObjectValueException (
		Exception inner,
		InvalidSimpleObjectValueExceptionType exceptionType,
		string typeName,
		string propertyName
)
C++
public:
InvalidSimpleObjectValueException (
		Exception^ inner, 
		InvalidSimpleObjectValueExceptionType exceptionType, 
		String^ typeName, 
		String^ propertyName
)
J#
public InvalidSimpleObjectValueException (
		Exception inner, 
		InvalidSimpleObjectValueExceptionType exceptionType, 
		String typeName, 
		String propertyName
)
JScript
public function InvalidSimpleObjectValueException (
		inner : Exception, 
		exceptionType : InvalidSimpleObjectValueExceptionType, 
		typeName : String, 
		propertyName : String
)

Parameters

inner
exceptionType
typeName
propertyName

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also