This documentation is for the old version. Go to the latest Graphics Mill docs

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.

Note

The core of Graphics Mill for .NET does not have a trial period. It just displays the trial text on each image you save with Graphics Mill for .NET.

Inheritance Hierarchy

System.Object
L System.Exception
L System.ApplicationException
L Aurigma.GraphicsMill.Exception
L Aurigma.GraphicsMill.TrialPeriodTimeException

See Also

Reference