MessagePropertyException Constructor (String, 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(
string message,
IMessageBase baseMessage,
PropertyInfo property
)
public:
MessagePropertyException(
String^ message,
IMessageBase^ baseMessage,
PropertyInfo^ property
)
Public Sub New (
message As String,
baseMessage As IMessageBase,
property As PropertyInfo
)
Parameters
message
Type: System.StringThe message, as a string.
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