Partager via


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é.

Exceptions

Exception Condition
ArgumentNullException

message est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

PropertyValueExceptionEventArgs Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété