AuthenticationException Class Members
See Also  Fields Properties Methods Events
SourceCode.Hosting.Exceptions Namespace : AuthenticationException Class


Glossary Item Box

The following tables list the members exposed by AuthenticationException.

Public Constructors

  Name Description
Public Constructor AuthenticationException Constructor Overloaded.   
Top

Protected Fields

Public Properties

  Name Description
Public Property CustomData  
Public Property Data (Inherited from System.Exception)
Public Property ExceptionCode  
Public Property HelpLink (Inherited from System.Exception)
Public Property HResult (Inherited from System.Exception)
Public Property InnerException (Inherited from System.Exception)
Public Property Message (Inherited from System.Exception)
Public Property ProviderFriendlyName  
Public Property ProviderTypeString  
Public Property Source (Inherited from System.Exception)
Public Property StackTrace (Inherited from System.Exception)
Public Property TargetSite (Inherited from System.Exception)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded. Overridden.   
Public Method GetBaseException (Inherited from System.Exception)
Public Method GetObjectData Overridden. When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.  
Public Method GetType (Inherited from System.Exception)
Public Method ToString (Inherited from System.Exception)
Top

Protected Events

  Name Description
Protected Event SerializeObjectState (Inherited from System.Exception)
Top

See Also