FontNotSupportedOperationException.FontNotSupportedOperationException

FontNotSupportedOperationException()

Initializes new FontNotSupportedOperationException object.

public FontNotSupportedOperationException()

See Also


FontNotSupportedOperationException(string)

Initializes new FontNotSupportedOperationException object.

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

See Also


FontNotSupportedOperationException(string, Exception)

Initializes new FontNotSupportedOperationException object.

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

See Also


FontNotSupportedOperationException(SerializationInfo, StreamingContext)

Initializes new FontNotSupportedOperationException object.

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

See Also