NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePersister.FirstLoadException

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);

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace