Class FederatedAuthenticationCancelledException
Custom exception type thrown when a role profile with user identity is used in conjunction with a credential request callback. This exception is thrown if the callback returns null, indicating the user declined to supply credentials.
public class FederatedAuthenticationCancelledException : Exception, ISerializable
  - Inheritance
 - 
      
      
      FederatedAuthenticationCancelledException
 
- Implements
 
- Inherited Members
 
Constructors
FederatedAuthenticationCancelledException(string)
Initializes a new exception instance.
public FederatedAuthenticationCancelledException(string msg)
  Parameters
msgstring
FederatedAuthenticationCancelledException(string, Exception)
Initializes a new exception instance.
public FederatedAuthenticationCancelledException(string msg, Exception inner)