MessagePropertyException Constructor (IMessageBase, PropertyInfo)
Initializes a new instance of the MessagePropertyException class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessagePropertyException(
IMessageBase baseMessage,
PropertyInfo property
)
public:
MessagePropertyException(
IMessageBase^ baseMessage,
PropertyInfo^ property
)
Public Sub New (
baseMessage As IMessageBase,
property As PropertyInfo
)
Parameters
baseMessage
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageBaseThe base message.
property
Type: System.Reflection.PropertyInfoProperty information.
See Also
MessagePropertyException Overload
MessagePropertyException Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top