PropertyValueExceptionEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an object that contains event arguments for the occurrence of a PropertyValueException.
public ref class PropertyValueExceptionEventArgs : EventArgs
public class PropertyValueExceptionEventArgs : EventArgs
type PropertyValueExceptionEventArgs = class
inherit EventArgs
Public Class PropertyValueExceptionEventArgs
Inherits EventArgs
- Inheritance
Constructors
PropertyValueExceptionEventArgs(String, PropertyValue, PropertyValueExceptionSource, Exception) |
Creates a new instance of the PropertyValueExceptionEventArgs class that contains information about an error that has occurred during the updating of a property value. |
Properties
Exception |
Gets the error that occurred during the property value change associated with this instance of event arguments. |
Message |
Gets the message that indicates what failed during the property value change associated with this instance of event arguments. |
PropertyValue |
Gets the PropertyValue associated with this instance of event arguments. |
Source |
Gets the PropertyValueExceptionSource associated with this instance of event arguments. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |