PropertyValueExceptionEventArgs (Constructor)
Inicializa una nueva instancia de la clase PropertyValueExceptionEventArgs.
Espacio de nombres: Microsoft.Windows.Design.PropertyEditing
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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
)
Parámetros
- message
Tipo: System.String
Mensaje que indica dónde se produjo el error.
- value
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
PropertyValue para el que se produjo la excepción.
- source
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
Origen que generó esta excepción (Get o Set).
- exception
Tipo: System.Exception
Excepción interna.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de message es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
PropertyValueExceptionEventArgs Clase
Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)