Share via


OutputDirectoryNotFound Class

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

Inheritance Hierarchy

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

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

OutputDirectoryNotFound Members

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