PropertyValueExceptionEventArgs, constructeur
Initialise une nouvelle instance de la classe PropertyValueExceptionEventArgs.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- message
Type : System.String
Message qui indique l'opération qui a échoué.
- value
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue pour lequel l'exception s'est levée.
- source
Type : Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
Source qui a levé cette exception (Get ou Set).
- exception
Type : System.Exception
Exception interne.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | message est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
PropertyValueExceptionEventArgs Classe
Microsoft.Windows.Design.PropertyEditing, espace de noms