SingleSignonCredsNotFoundException Class

Represents an exception that is thrown when SharePoint cannot find the requested credentials in the Single Signon database.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.Portal.SingleSignon.SingleSignonException
        Microsoft.SharePoint.Portal.SingleSignon.SingleSignonCredsNotFoundException

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SingleSignonCredsNotFoundException _
    Inherits SingleSignonException
'Usage
Dim instance As SingleSignonCredsNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SingleSignonCredsNotFoundException : SingleSignonException

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

SingleSignonCredsNotFoundException Members

Microsoft.SharePoint.Portal.SingleSignon Namespace