Share via


ExecutableNotFound Class

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

Inheritance Hierarchy

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

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

ExecutableNotFound Members

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