MessagePropertyException Class
Used when a property that should be set is null or empty. This class should not be called in user code.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::Exception
Microsoft.ConfigurationManagement.Messaging.Framework::MessageException
Microsoft.ConfigurationManagement.Messaging.Framework::MessagePropertyException
Microsoft.ConfigurationManagement.Messaging.Framework::MessageInvalidPropertySettingException
Microsoft.ConfigurationManagement.Messaging.Framework::MessageMissingPropertyException
| Name | Description | |
|---|---|---|
![]() | MessagePropertyException() | Initializes a new instance of the MessagePropertyException class. This is a standard exception constructor. |
![]() | MessagePropertyException(IMessageBase^, PropertyInfo^) | Initializes a new instance of the MessagePropertyException class. |
![]() | MessagePropertyException(SerializationInfo^, StreamingContext) | Initializes a new instance of the MessagePropertyException class. This is a serialization handler. |
![]() | MessagePropertyException(String^) | Initializes a new instance of the MessagePropertyException class. This is a standard exception constructor. |
![]() | MessagePropertyException(String^, Exception^) | Initializes a new instance of the MessagePropertyException class. This is a standard exception constructor. |
![]() | MessagePropertyException(String^, IMessageBase^) | Initializes a new instance of the MessagePropertyException class. |
![]() | MessagePropertyException(String^, IMessageBase^, PropertyInfo^) | Initializes a new instance of the MessagePropertyException class. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Property | Gets the name of the missing property. |
![]() | SendingMessage | Gets the base message that threw the exception. (Inherited from MessageException.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Gets object data for serialization. (Overrides MessageException::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



