[This is preliminary documentation and is subject to change.]
Determines of execution should continue when an error has occured.
| C# | Visual Basic | Visual C++ |
bool ContinueOnError { get; set; }
Property ContinueOnError As Boolean
property bool ContinueOnError { bool get (); void set (bool value); }