VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / TriggerActivationException Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
TriggerActivationException Class
In This Topic
Provides an exception that is thrown when trigger is activated.
Object Model
TriggerActivationResult TriggerActivationException
Syntax
'Declaration

Public Class TriggerActivationException
   Inherits System.Exception

public class TriggerActivationException : System.Exception

Remarks

This exception will be thrown if the ThrowTriggerActivatedException property is set to true.

Inheritance Hierarchy

System.Object
   System.Exception
      Vintasoft.Imaging.Processing.TriggerActivationException

Requirements

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

See Also