IDynamicValidatorException.InnerExceptions Eigenschaft

Definition

Ruft die Ausnahmen ab, die beim Überprüfen eines neuen oder bearbeiteten Datenfelds auftreten.

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)

Eigenschaftswert

IDictionary<String,Exception>

Eine Auflistung, die alle aufgetretenen Ausnahmen enthält.

Gilt für