Plumtree EDK (Enterprise Web Development Kit) 5.4.0

CustomAuthenticationFailureException Class

Throw this exception from IAuthProvider.authenticate to tell the portal that there was a custom authentication failure. Returned to the portal not as a SoapFault, but as a String containing the message provided in the constructor.

For a list of all members of this type, see CustomAuthenticationFailureException Members.

System.Object
   System.Exception
      Plumtree.Remote.ServiceException
         Plumtree.Remote.CustomAuthenticationFailureException

public class CustomAuthenticationFailureException : ServiceException

Thread Safety

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: Plumtree.Remote

Assembly: edk (in edk.dll)

See Also

CustomAuthenticationFailureException Members | Plumtree.Remote Namespace