Condividi tramite


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

See Also

MessageInvalidPropertySettingException Overload
MessageInvalidPropertySettingException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top