PropertyValueExceptionEventArgs.Message Property
Gets the message that indicates what failed.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
public string Message { get; }
public:
property String^ Message {
String^ get ();
}
member Message : string
function get Message () : String
Property Value
Type: System.String
The message that indicates what failed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyValueExceptionEventArgs Class
Microsoft.Windows.Design.PropertyEditing Namespace