Share via


InputXmlFileUnparseable Class

Custom exception that is thrown when the input XML file cannot be parsed.

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      System.IO.IOException
        System.IO.FileNotFoundException
          Microsoft.Office.Excel.Server.Addins.ComputeCluster.InputXmlFileUnparseable

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Class InputXmlFileUnparseable _
    Inherits FileNotFoundException
'Usage
Dim instance As InputXmlFileUnparseable
public class InputXmlFileUnparseable : FileNotFoundException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InputXmlFileUnparseable Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace