Partager via


IDynamicValidatorException.InnerExceptions Propriété

Définition

Obtient les exceptions qui se produisent lorsqu'un champ de données nouveau ou modifié est validé.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Exception> InnerExceptions { get; }
member this.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
Public ReadOnly Property InnerExceptions As IDictionary(Of String, Exception)

Valeur de propriété

IDictionary<String,Exception>

Collection qui contient toutes les exceptions qui se sont produites.

S’applique à