Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 952 for

exception handling

(0.91 sec)
  1. IDocumentLoadingCallback.Notify | Aspose.Words ...

    Track document loading progress effortlessly with the IDocumentLoadingCallback Notify method. Enhance user experience with real-time updates!... An exception should be threw from the progress...OperationCanceledExc exception ) { Console . WriteLine ( exception . Message...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Creating MapiCalendar in Aspose.Email - Free Su...

    I’m trying to create a MapiCalendar from fields of OLM calendar items , but it shows Win32 FileTime error . bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStor…...(mapi == null) continue; // ✅ Handle calendar items safely //if...AddMapiMessageItem(calItem); } catch (Exception exCal) { LogMessage($"Calendar...

    forum.aspose.com/t/creating-mapicalendar-in-asp...
  3. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid blank pages in output PDF when there is nothing to print using Aspose.Cells for JavaScript via C++....outputBlankPageWhenN property to handle this issue. If you set it to...to false , then an exception will be thrown when there is nothing...

    docs.aspose.com/cells/javascript-cpp/avoid-blan...
  4. Display XML Formats Using Python | Aspose.PDF

    Open and view XML documents programmatically with Python sample code using Aspose.PDF for Python for .NET...xslt" ) # Set error handling strategy options . ParsingErrorsHandlin...ParsingErrorsHandlin . THROW_EXCEPTION_IMMEDIATELY document = apdf...

    products.aspose.com/pdf/python-net/viewer/xml/
  5. FieldMergingArgsBase | Aspose.Words for Java

    Base class for FieldMergingArgs and ImageFieldMergingArgs in Java....with a custom callback that handles merge data in the form of HTML...void insertHtml() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldMergingArgs | Aspose.Words for Java

    Provides data for the MergeField event in Java....with a custom callback that handles merge data in the form of HTML...void insertHtml() throws Exception { Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. com.aspose.pdf.internal.ms.System.lv: startInde...

    I’m having trouble extracting a PDF, I use Aspose version 23.11, here is the document and code used MMC 7-2025 - Indicação políticas públicas Repp 2026 (Relatório de Fiscalização em Políticas Públicas e Programas de Gov…...getText(); Error Handling : Implement error handling in your code...code to catch exceptions and log detailed error messages. This can...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  8. Miscellaneous | Aspose.Tasks Documentation

    The page contains useful scenarios of how Aspose.Tasks for Java can be extracted from Microsoft Project MPP files....Pricing Buy Miscellaneous Handling Exceptions with Aspose.Tasks | Aspose...Working with Currencies Handling Exceptions with Aspose.Tasks Subscribe...

    docs.aspose.com/tasks/java/miscellaneous/
  9. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++.... Error Handling Learn to handle exceptions appropriately...different mechanism for error handling, often involving try/catch...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  10. If the zip file corrupted or not a zip file, th...

    I’m developing with latest Aspose.zip in c# to handle zip entries. But recently i met issue that the file will be occupied by aspose zip and cannot release the file. To quickly reproduce the issue, you can try with any …...zip in c# to handle zip entries. But recently i...Extract(“C:\tempFolder”); } } catch (Exception ex) { Thread.Sleep(3000);...

    forum.aspose.com/t/if-the-zip-file-corrupted-or...