PropertyValueExceptionEventArgs.Source Property
Gets the source that generated the exception.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Source As PropertyValueExceptionSource
'Usage
Dim instance As PropertyValueExceptionEventArgs
Dim value As PropertyValueExceptionSource
value = instance.Source
public PropertyValueExceptionSource Source { get; }
public:
property PropertyValueExceptionSource Source {
PropertyValueExceptionSource get ();
}
public function get Source () : PropertyValueExceptionSource
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
A PropertyValueExceptionSource that generated the exception.
.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
PropertyValueExceptionEventArgs Members
Microsoft.Windows.Design.PropertyEditing Namespace