IDynamicValidatorException.InnerExceptions Propiedad

Definición

Obtiene las excepciones que se producen cuando se valida un campo de datos nuevo o editado.

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)

Valor de propiedad

IDictionary<String,Exception>

Colección que contiene todas las excepciones que se han producido.

Se aplica a