DuplicateFontAliasException Class

Represents the error that occurs when an alias passed to AddFontAlias(String, String) already resolves to a different registered font.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public class DuplicateFontAliasException : FontException

Remarks

Always thrown regardless of the registry's collision policies - an alias is an explicit, deliberate mapping from the caller, so silently shadowing an unrelated font would be a worse failure mode than refusing it outright.

Inheritance Hierarchy

System.Object
L System.Exception
L Aurigma.GraphicsMill.GMException
L Aurigma.GraphicsMill.FontException
L Aurigma.GraphicsMill.DuplicateFontAliasException

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference