Classes | |
class | Details_EncodingException |
Represents encoding exception. The exception can be thrown in case problem with encoding/decoding text. | |
class | Details_FontAgrumentException |
Represents Font argument exception. The exception can be thrown in case improper agrument usages. | |
class | Details_FontCreationException |
Represents Font creation exception. The exception can be thrown in case errors during font creation process. | |
class | Details_FontException |
Represents common Font processing related exception. | |
class | Details_FontNotSupportedOperationException |
Represents not supported operation exception. The exception can be thrown in case some operation is not supported for particular Font type. | |
Typedefs | |
using | EncodingException = System::ExceptionWrapper< Details_EncodingException > |
using | FontAgrumentException = System::ExceptionWrapper< Details_FontAgrumentException > |
using | FontCreationException = System::ExceptionWrapper< Details_FontCreationException > |
using | FontException = System::ExceptionWrapper< Details_FontException > |
using | FontNotSupportedOperationException = System::ExceptionWrapper< Details_FontNotSupportedOperationException > |
using Aspose::Font::Exceptions::EncodingException = typedef System::ExceptionWrapper<Details_EncodingException> |
using Aspose::Font::Exceptions::FontAgrumentException = typedef System::ExceptionWrapper<Details_FontAgrumentException> |
using Aspose::Font::Exceptions::FontCreationException = typedef System::ExceptionWrapper<Details_FontCreationException> |
using Aspose::Font::Exceptions::FontException = typedef System::ExceptionWrapper<Details_FontException> |
using Aspose::Font::Exceptions::FontNotSupportedOperationException = typedef System::ExceptionWrapper<Details_FontNotSupportedOperationException> |