InvalidSimpleObjectValueException.ErrorType Property
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As InvalidSimpleObjectValueException
Dim value As InvalidSimpleObjectValueExceptionType
value = instance.ErrorType
Syntax
'Declaration
Public ReadOnly Property ErrorType As InvalidSimpleObjectValueExceptionType
public InvalidSimpleObjectValueExceptionType ErrorType { get; }
public:
property InvalidSimpleObjectValueExceptionType ErrorType {
InvalidSimpleObjectValueExceptionType get ();
}
/** @property */
public InvalidSimpleObjectValueExceptionType get_ErrorType ()
public function get ErrorType () : InvalidSimpleObjectValueExceptionType
Property Value
Returns a InvalidSimpleObjectValueExceptionType value specifying the type of the error.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
InvalidSimpleObjectValueException Class
InvalidSimpleObjectValueException Members
Microsoft.EnterpriseManagement.Common Namespace