VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / CatchVisualToolExceptions Property
Syntax Requirements SeeAlso
In This Topic
    CatchVisualToolExceptions Property (ImageViewer)
    In This Topic
    Gets or sets a value indicating whether the visual tool must catche the exception, which is thrown during work of visual tool.
    Syntax
    '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 - visual tool must catch the exception and generate the VisualToolException event.
    false - visual tool must catch the exception, generate the VisualToolException event, throw outwards the exception.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also