Share via


InvalidSimpleObjectValueException Class

Definition

Represents the exception that is thrown when an invalid value is specified for a simple object property.

public ref class InvalidSimpleObjectValueException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class InvalidSimpleObjectValueException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type InvalidSimpleObjectValueException = class
    inherit EnterpriseManagementException
Public Class InvalidSimpleObjectValueException
Inherits EnterpriseManagementException
Inheritance
InvalidSimpleObjectValueException
Attributes

Constructors

InvalidSimpleObjectValueException()

Initializes a new instance of the InvalidSimpleObjectValueException class.

InvalidSimpleObjectValueException(Exception)

Initializes a new instance of the InvalidSimpleObjectValueException class using a reference to the inner exception that is the cause of this exception.

InvalidSimpleObjectValueException(Exception, InvalidSimpleObjectValueExceptionType, String, String)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.

InvalidSimpleObjectValueException(InvalidSimpleObjectValueExceptionType, String, String)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.

InvalidSimpleObjectValueException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidSimpleObjectValueException class using serialized data.

InvalidSimpleObjectValueException(String)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified error message.

InvalidSimpleObjectValueException(String, Exception)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified message and a reference to the inner exception that is the cause of this exception.

InvalidSimpleObjectValueException(String, Exception, InvalidSimpleObjectValueExceptionType, String, String)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.

InvalidSimpleObjectValueException(String, InvalidSimpleObjectValueExceptionType, String, String)

Initializes a new instance of the InvalidSimpleObjectValueException class using the specified parameters.

Properties

ClassName

Gets the name of the class of the simple object with the invalid specified value.

ErrorType
PropertyName

Gets the name of the property containing the invalid specified value.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the InvalidSimpleObjectValueException class.

Applies to