Compartir a través de


ConflictingPropertyValuesException Miembros

The ConflictingPropertyValuesException class is an exception that is raised when property values conflict.

El tipo ConflictingPropertyValuesException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ConflictingPropertyValuesException() () () ()
Método publico ConflictingPropertyValuesException(String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text.
Método publico ConflictingPropertyValuesException(String, Exception) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.
Método publico ConflictingPropertyValuesException(String, String, String, String, String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido Init (Se hereda de DmfException).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext (Se hereda de DmfException).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública DmfExceptionType (Invalida DmfException. . :: . .DmfExceptionType.)
Propiedad pública HelpLink (Se hereda de DmfException).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Invalida Exception. . :: . .Message.)
Propiedad pública Mode Gets the mode that is associated with the conflicting properties.
Propiedad pública Name1 Gets the name of the first property.
Propiedad pública Name2 Gets the name of the second property.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).
Propiedad pública Type1 Gets the property type that is associated with the first property.
Propiedad pública Type2 Gets the type of the second property.

Principio