Class EncodingException

EncodingException class

Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text.

public class EncodingException : FontException

Constructors

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

See Also