MessageInvalidPropertySettingException Constructor (String, IMessageBase, PropertyInfo, Object, Object)
Initializes a new instance of the MessageInvalidPropertySettingException class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageInvalidPropertySettingException(
string message,
IMessageBase baseMessage,
PropertyInfo property,
object expectedValue,
object actualValue
)
public:
MessageInvalidPropertySettingException(
String^ message,
IMessageBase^ baseMessage,
PropertyInfo^ property,
Object^ expectedValue,
Object^ actualValue
)
Public Sub New (
message As String,
baseMessage As IMessageBase,
property As PropertyInfo,
expectedValue As Object,
actualValue As Object
)
Parameters
message
Type: System.StringThe message, as a string.
baseMessage
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageBaseThe base message.
property
Type: System.Reflection.PropertyInfoProperty information.
expectedValue
Type: System.ObjectThe expected value.
actualValue
Type: System.ObjectThe actual value.
See Also
MessageInvalidPropertySettingException Overload
MessageInvalidPropertySettingException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top