Condividi tramite


Membri ConflictingPropertyValuesException

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

Il tipo ConflictingPropertyValuesException espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ConflictingPropertyValuesException() () () ()
Metodo pubblico ConflictingPropertyValuesException(String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text.
Metodo pubblico ConflictingPropertyValuesException(String, Exception) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.
Metodo pubblico ConflictingPropertyValuesException(String, String, String, String, String) Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBaseException (Ereditato da Exception).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Metodo pubblico GetType (Ereditato da Exception).
Metodo protetto Init (Ereditato da DmfException).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto SetHelpContext (Ereditato da DmfException).
Metodo pubblico ToString (Ereditato da Exception).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data (Ereditato da Exception).
Proprietà pubblica DmfExceptionType (Esegue l'override di DmfException. . :: . .DmfExceptionType.)
Proprietà pubblica HelpLink (Ereditato da DmfException).
Proprietà protetta HResult (Ereditato da Exception).
Proprietà pubblica InnerException (Ereditato da Exception).
Proprietà pubblica Message (Esegue l'override di Exception. . :: . .Message.)
Proprietà pubblica Mode Gets the mode that is associated with the conflicting properties.
Proprietà pubblica Name1 Gets the name of the first property.
Proprietà pubblica Name2 Gets the name of the second property.
Proprietà pubblica Source (Ereditato da Exception).
Proprietà pubblica StackTrace (Ereditato da Exception).
Proprietà pubblica TargetSite (Ereditato da Exception).
Proprietà pubblica Type1 Gets the property type that is associated with the first property.
Proprietà pubblica Type2 Gets the type of the second property.

In alto