InvalidClusterUser Class

Custom exception thrown when the compute cluster user is not valid.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.Office.Excel.Server.Addins.ComputeCluster.InvalidClusterUser

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

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

InvalidClusterUser Members

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