DiscoveryDataInvalidMonitoringClassPropertyValueException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use DiscoveryDataInvalidClassPropertyValueException
Represents the exception that is thrown because there is an invalid monitoring class property specified in the discovery data item. The property value needs to adhere to the type.
public ref class DiscoveryDataInvalidMonitoringClassPropertyValueException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Obsolete("Use DiscoveryDataInvalidClassPropertyValueException")]
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class DiscoveryDataInvalidMonitoringClassPropertyValueException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataInvalidMonitoringClassPropertyValueException = class
inherit EnterpriseManagementException
Public Class DiscoveryDataInvalidMonitoringClassPropertyValueException
Inherits EnterpriseManagementException
- Inheritance
-
DiscoveryDataInvalidMonitoringClassPropertyValueException
- Derived
- Attributes
Constructors
Properties
MonitoringClassPropertyName |
Obsolete.
Gets the name of the Property that caused the exception to be thrown. |
MonitoringClassPropertyValue |
Obsolete.
Gets the value of the Property that caused the exception to be thrown. |
PropertyName |
Gets the name of the Property that caused the exception. |
PropertyValue |
Gets the value of the Property that caused the exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the parameters required to serialize this instance of the DiscoveryDataInvalidMonitoringClassPropertyValueException class. |