Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,139 for

exception handling

(0.06 sec)
  1. Aspose email AsposeInvalidDataException - Free ...

    When i am trying to parse or fetch the olm file using aspose.email using java.after some mails are successfully proceed,a Exception occurs I am using aspose.email 22.10 version. Please give your valuable suggestion. A…...are successfully proceed,a Exception occurs I am using aspose.email...If you want to ignore an exception and want to proceed further...

    forum.aspose.com/t/aspose-email-asposeinvalidda...
  2. Interrupt save operation hanging|Aspose.PDF for...

    Aspose.PDF for .NET API lets you interrupt hangs on save operations.... Exception Handling: The Document.Save()...OperationCanceledExc if interrupted. Handle this exception using a try-catch block...

    docs.aspose.com/pdf/net/interrupt-save-operation/
  3. The error message generated is not sufficient t...

    Error raised when loading a .xer (Primavera) project file. [ArgumentException: An item with the same key has already been added.] System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +60 System.Collec…...#=zAZ5cB_fQW$Vp7GcDNsiNxAifIJX5o8=(Exception #=z2AnZ5Ms=) +21 #=qJWZkHpVMPYhwfmGq588=...#=zAZ5cB_fQW$Vp7GcDNsiNxAifIJX5o8=(Exception #=z2AnZ5Ms=) +21 #=qJWZkHpVMPYhwfmGq588=...

    forum.aspose.com/t/the-error-message-generated-...
  4. Limitations and API Differences|Documentation

    Aspose.Cells for Python via Java limitations and API differences....( String [] args ) throws Exception { // Create a workbook using...Workbook(stream) Memory stream handling Uses java.io.InputStream Uses...

    docs.aspose.com/cells/python-java/limitations-a...
  5. Workbook.CalculateFormula() throws "Unsupported...

    When calling Workbook.CalculateFormula() on a workbook that contains CUBEMEMBER formulas referencing ThisWorkbookDataModel (Excel Power Pivot), Aspose throws an Exception instead of gracefully returning the stored cell …...Pivot), Aspose throws an exception instead of gracefully returning...returning the stored cell value. Exception: Unsupported function: CUBEMEMBER...

    forum.aspose.com/t/workbook-calculateformula-th...
  6. PPT to PDF Conversion in C#: NullReferenceExcep...

    Hi I am trying to convert a few ppts to pdf and I am getting the following null reference Exception. System.NullReferenceException: Object reference not set to an instance of an object. at .(Graphics , , ) at .(IL…...following null reference exception. System.NullReferenceExcepti:...Implement error handling in your code to catch exceptions and log more...

    forum.aspose.com/t/ppt-to-pdf-conversion-in-c-n...
  7. Read corrupted PST/OST files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... In such cases, exceptions usually arise when calling...getSubject ()); } catch ( Exception e ) { System . out . println...

    docs.aspose.com/email/java/read-corrupted-pst-o...
  8. com.aspose.pdf.internal.ms.System.lh: Invalid o...

    We keep getting this error while converting HTML documents to PDF documents com.aspose.pdf.internal.ms.System.lh: Invalid operation at com.aspose.pdf.internal.l108t.l6if.lI(Unknown Source) at com.aspose.pdf.internal.l…...ByteArrayOutputStrea outputStream) throws Exception { // Use Aspose.PDF’s HtmlLoadOptions...difference. Error Handling : Implement error handling to catch exceptions...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  9. Regarding AsposePDF Tagging - Free Support Foru...

    Hi Team, We are using latest version of Aspose.PDF (25.10). Requirement : We have to apply tags on the PDF ( Searchable PDF). I am using below code to add the tags but getting an Exception like “Specified Cast is not …...add the tags but getting an exception like “ Specified Cast is not...encountering an “Invalid Cast” exception while trying to apply tags...

    forum.aspose.com/t/regarding-asposepdf-tagging/...
  10. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...(mapi == null) continue; // ✅ Handle calendar items safely if (mapi...AddMapiMessageItem(contactItem); } catch (Exception ex1) { // Console.WriteLine($"⚠️...

    forum.aspose.com/t/code-olm-to-pst/324745