'Declaration <DescriptionAttribute("A value indicating whether the visual tool must catche 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 must catche 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 must catche 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 must catche 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, выбросить исключение.
false - визуальный инструмент должен перехватить исключение, сгенерировать событие VisualToolException, выбросить исключение.