Sdílet prostřednictvím


PropertyValueExceptionEventArgs-Konstruktor

Aktualisiert: November 2007

Initialisiert eine neue Instanz der PropertyValueExceptionEventArgs-Klasse.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    value As PropertyValue, _
    source As PropertyValueExceptionSource, _
    exception As Exception _
)
'Usage
Dim message As String
Dim value As PropertyValue
Dim source As PropertyValueExceptionSource
Dim exception As Exception

Dim instance As New PropertyValueExceptionEventArgs(message, _
    value, source, exception)
public PropertyValueExceptionEventArgs(
    string message,
    PropertyValue value,
    PropertyValueExceptionSource source,
    Exception exception
)
public:
PropertyValueExceptionEventArgs(
    String^ message, 
    PropertyValue^ value, 
    PropertyValueExceptionSource source, 
    Exception^ exception
)
public function PropertyValueExceptionEventArgs(
    message : String, 
    value : PropertyValue, 
    source : PropertyValueExceptionSource, 
    exception : Exception
)

Parameter

  • message
    Typ: System.String

    Eine Meldung, die angibt, welcher Vorgang fehlgeschlagen ist.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

message hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

Berechtigungen

Siehe auch

Referenz

PropertyValueExceptionEventArgs-Klasse

PropertyValueExceptionEventArgs-Member

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur