Share via


WorkingDirectoryNotFound Class

Custom exception that is thrown when the working directory does not exist.

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      System.IO.IOException
        System.IO.DirectoryNotFoundException
          Microsoft.Office.Excel.Server.Addins.ComputeCluster.WorkingDirectoryNotFound

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

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

WorkingDirectoryNotFound Members

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