VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewer Class / CatchVisualToolExceptions Property
Синтаксис Требования Смотрите также
В этом разделе
    CatchVisualToolExceptions Свойство (ImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли визуальный инструмент перехватывать исключение, которое выдается во время работы визуального инструмента.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the visual tool must catche 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 must catche 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 must catche 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 must catche the exception, which is thrown during work of visual tool.")]
    public:
    property bool CatchVisualToolExceptions { bool get(); void set(bool value); }

    Property Value

    True - визуальный инструмент должен перехватить исключение и сгенерировать событие VisualToolException.
    false - визуальный инструмент должен перехватить исключение, сгенерировать событие VisualToolException, выбросить исключение.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также