Share via


IncorrectCredentialsSupplied Class

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security.IncorrectCredentialsSupplied

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.Security
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Class IncorrectCredentialsSupplied _
    Inherits ApplicationException
'Usage
Dim instance As IncorrectCredentialsSupplied
public class IncorrectCredentialsSupplied : 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

IncorrectCredentialsSupplied Members

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