Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der PropertyValueExceptionEventArgs-Klasse.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
value As PropertyValue, _
source As PropertyValueExceptionSource, _
exception As Exception _
)
public PropertyValueExceptionEventArgs(
string message,
PropertyValue value,
PropertyValueExceptionSource source,
Exception exception
)
public:
PropertyValueExceptionEventArgs(
String^ message,
PropertyValue^ value,
PropertyValueExceptionSource source,
Exception^ exception
)
new :
message:string *
value:PropertyValue *
source:PropertyValueExceptionSource *
exception:Exception -> PropertyValueExceptionEventArgs
public function PropertyValueExceptionEventArgs(
message : String,
value : PropertyValue,
source : PropertyValueExceptionSource,
exception : Exception
)
Parameter
- message
Typ: System.String
Eine Meldung, die angibt, welcher Vorgang fehlgeschlagen ist.
- value
Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValue
Der PropertyValue, für den die Ausnahme aufgetreten ist.
- source
Typ: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
Die Quelle, die diese Ausnahme generiert hat (Abrufen oder Festlegen).
- exception
Typ: System.Exception
Die innere Ausnahme.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ArgumentNullException | message hat den Wert nullNULL-Verweis (Nothing in Visual Basic). |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
PropertyValueExceptionEventArgs Klasse
Microsoft.Windows.Design.PropertyEditing-Namespace