SingleSignonException Class

The SingleSignonException class instantiates an exception from the Microsoft Single Sign-On (SSOSrv) service with a specific error code.

System.ApplicationException

   Microsoft.SharePoint.Portal.SingleSignon.SingleSignonException

Public Constructors

The following table shows the SingleSignonException class constructor and provides a brief description.

Name Description
SingleSignonException Initializes a new instance of the SingleSignonException class.

Public Properties

The following table shows the property of the SingleSignonException class, the data type, and a brief description. The property is read-only.

Name Data Type Description
LastErrorCode Int32 Last exception error code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Portal.SingleSignon

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security

SSOReturnCodes