Share via


InputXmlFileNotFound Class

Custom exception that is thrown when the input XML file does not exist.

Inheritance Hierarchy

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

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 InputXmlFileNotFound _
    Inherits FileNotFoundException
'Usage
Dim instance As InputXmlFileNotFound
public class InputXmlFileNotFound : 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

InputXmlFileNotFound Members

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