Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates an exception from the Microsoft Single Sign-On service (SSOSrv) with a specific error code.
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> _
<SingleSignonPermissionAttribute(SecurityAction.Demand, Access := SingleSignonAccess.Minimal)> _
Public Class SingleSignonException _
Inherits ApplicationException
'Usage
Dim instance As SingleSignonException
[SerializableAttribute]
[SingleSignonPermissionAttribute(SecurityAction.Demand, Access = SingleSignonAccess.Minimal)]
public class SingleSignonException : 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.