SsoAuthenticationException Class
An exception that is thrown when a secure store related authentication problem occurs, such as when credentials obtained from SSO are being rejected by the external system or when SSO rejects the user-provided credentials.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.BusinessData.Infrastructure.BdcException
Microsoft.BusinessData.Runtime.RuntimeException
Microsoft.BusinessData.Runtime.CannotConnectException
Microsoft.BusinessData.Runtime.AuthenticationException
Microsoft.BusinessData.Runtime.SsoAuthenticationException
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class SsoAuthenticationException _
Inherits AuthenticationException
'Usage
Dim instance As SsoAuthenticationException
[SerializableAttribute]
[DataContractAttribute]
public class SsoAuthenticationException : AuthenticationException
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.