MessageInvalidPropertySettingException Class

 

Used when a property that should be set has a value that is outside of the expected range. This class should not be called in user code.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  System::Exception
    Microsoft.ConfigurationManagement.Messaging.Framework::MessageException
      Microsoft.ConfigurationManagement.Messaging.Framework::MessagePropertyException
        Microsoft.ConfigurationManagement.Messaging.Framework::MessageInvalidPropertySettingException

[SerializableAttribute]
public ref class MessageInvalidPropertySettingException sealed : MessagePropertyException

NameDescription
System_CAPS_pubmethodMessageInvalidPropertySettingException(IMessageBase^, PropertyInfo^)

Initializes a new instance of the MessageInvalidPropertySettingException class.

System_CAPS_pubmethodMessageInvalidPropertySettingException(String^, IMessageBase^, PropertyInfo^)

Initializes a new instance of the MessageInvalidPropertySettingException class.

System_CAPS_pubmethodMessageInvalidPropertySettingException(String^, IMessageBase^, PropertyInfo^, Object^, Object^)

Initializes a new instance of the MessageInvalidPropertySettingException class.

NameDescription
System_CAPS_pubpropertyActualValue

Gets the value that was actually set for the property.

System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyExpectedValue

Gets the value that was expected for the property.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertyProperty

Gets the name of the missing property. (Inherited from MessagePropertyException.)

System_CAPS_pubpropertySendingMessage

Gets the base message that threw the exception. (Inherited from MessageException.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)
System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_pubmethodToString()

Prints human-readable exception details for roll-up. (Overrides Exception::ToString().)

NameDescription
System_CAPS_pubmethodIsCriticalException()

Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. (Defined by DebugHelpers.)

System_CAPS_pubmethodRethrowCriticalException()

Throws a previously thrown exception that is not able to be handled. (Defined by DebugHelpers.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: