First load exception that occurs. This allows the parsing to continue on and still report the first failure.
[Visual Basic] Protected Property FirstLoadException As Exception [C#] protected Exception FirstLoadException {get; set;} [C++] protected: __property Exception* get_FirstLoadException(); protected: __property void set_FirstLoadException(Exception*); [JScript] protected function get FirstLoadException() : Exception; protected function set FirstLoadException(Exception);
CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace