EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions Özellik

Tanım

Yeni veya düzenlenmiş bir veri alanı doğrulandığında oluşan özel durumları alır.

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

Özellik Değeri

IDictionary<String,Exception>

Oluşan tüm özel durumları içeren bir koleksiyon.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Bu, yalnızca EntityDataSourceValidationException örnek bir arabirime yayınlandığınızda kullanılabilir IDynamicValidatorException .

Şunlara uygulanır