VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / CatchVisualToolExceptions Property
Синтаксис Требования Смотрите также
В этом разделе
    CatchVisualToolExceptions Свойство (WpfImageViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, перехватывает ли визуальный инструмент исключение, которое выбрасывается во время работы визуального инструмента.
    Синтаксис
    '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, выбрасывает исключение.
    Требования

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

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