EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Eigenschaft

Definition

Ruft die Ausnahmen ab, die auftreten, wenn ein neues oder bearbeitetes Datenfeld überprüft wird.

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

Eigenschaftswert

Eine Auflistung, die alle aufgetretenen Ausnahmen enthält.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die EntityDataSourceValidationException Instanz in eine IDynamicValidatorException Schnittstelle umgegossen wird.

Gilt für: