'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")> Public Property CatchVisualToolExceptions As Boolean
[DefaultValue(False)] [Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] public bool CatchVisualToolExceptions { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] public: __property bool get_CatchVisualToolExceptions(); public: __property void set_CatchVisualToolExceptions(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] public:
property bool CatchVisualToolExceptions { bool get(); void set(bool value); }
Property Value
true - visual tool catches the exception and generates the VisualToolException event. false - visual tool catches the exception, generates the VisualToolException event, throws outwards the exception.