Class EncodingException
EncodingException class
Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text.
public class EncodingException : FontException
Constructors
Name | Description |
---|---|
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
- class FontException
- namespace Aspose.Font.Exceptions
- assembly Aspose.Font