[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 

MessageInvalidPropertySettingException : 

MessagePropertyException
<
SerializableAttribute> _
Public 
NotInheritable 
Class 

MessageInvalidPropertySettingException _
	
Inherits 

MessagePropertyException
[
SerializableAttribute]
public 
ref class 

MessageInvalidPropertySettingException 
sealed : 
public 

MessagePropertyException

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MessageInvalidPropertySettingException(IMessageBase, PropertyInfo)
Initializes a new instance of the MessageInvalidPropertySettingExceptionclass.
MessageInvalidPropertySettingException(String, IMessageBase, PropertyInfo)
Initializes a new instance of the MessageInvalidPropertySettingExceptionclass.
MessageInvalidPropertySettingException(String, IMessageBase, PropertyInfo, Object, Object)
Initializes a new instance of the MessageInvalidPropertySettingExceptionclass.
ActualValue
Gets the value that was actually set for the property
Data (Inherited from Exception.)
Equals(Object) (Inherited from Object.)
ExpectedValue
Gets the value that was expected for the property
Finalize () () () () (Inherited from Object.)
GetBaseException () () () () (Inherited from Exception.)
GetHashCode () () () () (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Gets object data for serialization
(Overrides MessagePropertyException . . :: . . GetObjectData(SerializationInfo, StreamingContext).)
GetType () () () () (Inherited from Exception.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
IsCriticalException(Exception)
Checks exception to see if it is one of a predetermined list of "critical" exceptions that should never be handled by the framework.
(Inherited from DebugHelpers.)
MemberwiseClone () () () () (Inherited from Object.)
Message (Inherited from Exception.)
Property
Property name that is missing
(Inherited from MessagePropertyException.)
RethrowCriticalException(Exception)
Rethrow unhandlable exception
(Inherited from DebugHelpers.)
SendingMessage
Base message that threw the exception
(Inherited from MessageException.)
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)
ToString () () () ()
Prints human readable exception details for roll-up
(Overrides Exception . . :: . . ToString () () () () .)

Inheritance Hierarchy

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

See Also