Class LicenseRestrictionException

LicenseRestrictionException class

Represents exception which can be thrown on attempt to execute functionality which is restricted in evaluation mode.

public class LicenseRestrictionException : FontException

Constructors

NameDescription
LicenseRestrictionException()Initializes new FontCreationException object.
LicenseRestrictionException(string)Initializes new FontCreationException object.
LicenseRestrictionException(SerializationInfo, StreamingContext)Initializes new FontCreationException object.
LicenseRestrictionException(string, Exception)Initializes new FontCreationException object.

See Also