Freigeben über


ConflictingPropertyValuesException-Member

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

Der ConflictingPropertyValuesException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ConflictingPropertyValuesException() () () ()
Öffentliche Methode ConflictingPropertyValuesException(String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text.
Öffentliche Methode ConflictingPropertyValuesException(String, Exception) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.
Öffentliche Methode ConflictingPropertyValuesException(String, String, String, String, String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode Init (Geerbt von DmfException.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext (Geerbt von DmfException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft DmfExceptionType (Überschreibt DmfException. . :: . .DmfExceptionType.)
Öffentliche Eigenschaft HelpLink (Geerbt von DmfException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Überschreibt Exception. . :: . .Message.)
Öffentliche Eigenschaft Mode Gets the mode that is associated with the conflicting properties.
Öffentliche Eigenschaft Name1 Gets the name of the first property.
Öffentliche Eigenschaft Name2 Gets the name of the second property.
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)
Öffentliche Eigenschaft Type1 Gets the property type that is associated with the first property.
Öffentliche Eigenschaft Type2 Gets the type of the second property.

Zum Anfang