Membros ConflictingPropertyValuesException
The ConflictingPropertyValuesException class is an exception that is raised when property values conflict.
O tipo ConflictingPropertyValuesException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
ConflictingPropertyValuesException() () () () | |
![]() |
ConflictingPropertyValuesException(String) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text. |
![]() |
ConflictingPropertyValuesException(String, Exception) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception. |
![]() |
ConflictingPropertyValuesException(String, String, String, String, String) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
Init | (Herdado de DmfException.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SetHelpContext | (Herdado de DmfException.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
DmfExceptionType | (Substitui DmfException. . :: . .DmfExceptionType.) |
![]() |
HelpLink | (Herdado de DmfException.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Substitui Exception. . :: . .Message.) |
![]() |
Mode | Gets the mode that is associated with the conflicting properties. |
![]() |
Name1 | Gets the name of the first property. |
![]() |
Name2 | Gets the name of the second property. |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
![]() |
Type1 | Gets the property type that is associated with the first property. |
![]() |
Type2 | Gets the type of the second property. |
Início
Consulte também