Aurigma Graphics Mill 5.5 for .NET
TrialPeriodTimeException Class
The exception which fires when the trial version has been expired.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class TrialPeriodTimeException _ Inherits Exception
C#
[SerializableAttribute] public class TrialPeriodTimeException : Exception
Remarks
Graphics Mill for .NET add-ons has limited trial period. When it expires, this exception is thrown.
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.TrialPeriodTimeException