LicenseRestrictionException.LicenseRestrictionException

LicenseRestrictionException()

Initializes new FontCreationException object.

public LicenseRestrictionException()

See Also


LicenseRestrictionException(string)

Initializes new FontCreationException object.

public LicenseRestrictionException(string message)
ParameterTypeDescription
messageStringA message that describes the error.

See Also


LicenseRestrictionException(string, Exception)

Initializes new FontCreationException object.

public LicenseRestrictionException(string message, Exception innerException)
ParameterTypeDescription
messageStringA message that describes the error.
innerExceptionExceptionThe exception that is the cause of the current exception.

See Also


LicenseRestrictionException(SerializationInfo, StreamingContext)

Initializes new FontCreationException object.

public LicenseRestrictionException(SerializationInfo info, StreamingContext context)
ParameterTypeDescription
infoSerializationInfoThe object that holds the serialized object data.
contextStreamingContextThe contextual information about the source or destination.

See Also