'Declaration <DescriptionAttribute("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")> <DefaultValueAttribute(False)> Public Property CatchVisualToolExceptions As Boolean
[Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] [DefaultValue(False)] public bool CatchVisualToolExceptions { get; set; }
[Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] [DefaultValue(False)] public: __property bool get_CatchVisualToolExceptions(); public: __property void set_CatchVisualToolExceptions(
bool value
);
[Description("A value indicating whether the visual tool catches the exception which is thrown during work of visual tool.")] [DefaultValue(False)] public:
property bool CatchVisualToolExceptions { bool get(); void set(bool value); }
Property Value
true - визуальный инструмент перехватывает исключение и генерирует событие VisualToolException. false - визуальный инструмент перехватывает исключение, генерирует событие VisualToolException, выбрасывает исключение.