Sdílet prostřednictvím


PropertyValueExceptionEventArgs – konstruktor

Inicializuje novou instanci PropertyValueExceptionEventArgs Třída

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • message
    Typ: System.String
    Zpráva, která označuje, co se nezdařilo.

Výjimky

Výjimka Podmínka
ArgumentNullException

messageis nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyValueExceptionEventArgs Třída

Microsoft.Windows.Design.PropertyEditing – obor názvů

Další zdroje

WPF Designer Extensibility

Property Editing Architecture