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)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.ConfigurationManagement.Messaging.Framework.MessageException
Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyException
Microsoft.ConfigurationManagement.Messaging.Framework.MessageInvalidPropertySettingException
Syntax
[SerializableAttribute]
public sealed class MessageInvalidPropertySettingException : MessagePropertyException
[SerializableAttribute]
public ref class MessageInvalidPropertySettingException sealed : MessagePropertyException
<SerializableAttribute>
Public NotInheritable Class MessageInvalidPropertySettingException
Inherits MessagePropertyException
Constructors
Name | Description | |
---|---|---|
MessageInvalidPropertySettingException(IMessageBase, PropertyInfo) | Initializes a new instance of the MessageInvalidPropertySettingException class. |
|
MessageInvalidPropertySettingException(String, IMessageBase, PropertyInfo) | Initializes a new instance of the MessageInvalidPropertySettingException class. |
|
MessageInvalidPropertySettingException(String, IMessageBase, PropertyInfo, Object, Object) | Initializes a new instance of the MessageInvalidPropertySettingException class. |
Properties
Name | Description | |
---|---|---|
ActualValue | Gets the value that was actually set for the property. |
|
Data | (Inherited from Exception.) |
|
ExpectedValue | Gets the value that was expected for the property. |
|
HelpLink | (Inherited from Exception.) |
|
HResult | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
Property | Gets the name of the missing property. (Inherited from MessagePropertyException.) |
|
SendingMessage | Gets the base message that threw the exception. (Inherited from MessageException.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (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.) |
|
ToString() | Prints human-readable exception details for roll-up. (Overrides Exception.ToString().) |
Extension Methods
Name | Description | |
---|---|---|
IsCriticalException() | Validates whether an exception is one of a predetermined list of critical exceptions that should never be handled by the framework. (Defined by DebugHelpers.) |
|
RethrowCriticalException() | Throws a previously thrown exception that is not able to be handled. (Defined by DebugHelpers.) |
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.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top