IDynamicValidatorException.InnerExceptions Proprietà

Definizione

Ottiene le eccezioni che si verificano quando viene convalidato un campo dati nuovo o modificato.

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)

Valore della proprietà

Raccolta che contiene tutte le eccezioni che si sono verificate.

Si applica a