Construtor PropertyValueExceptionEventArgs
Initializes a new instance of the PropertyValueExceptionEventArgs class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
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
Uma mensagem que indica o que falhou.
- value
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValue
O PropertyValue para o qual a exceção ocorreu.
- source
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource
A origem que gerou a essa exceção (get ou set).
- exception
Tipo: System.Exception
A exceção interna.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | message is nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyValueExceptionEventArgs Classe
Namespace Microsoft.Windows.Design.PropertyEditing