C# Class Open.Core.Identity.AuthenticationException

Exception that is used when authentication fails.
Inheritance: System.Exception
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
AuthenticationException ( AuthenticationErrorCode errorCode, string message ) : System
AuthenticationException ( AuthenticationErrorCode errorCode, string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
AuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AuthenticationException() public méthode

public AuthenticationException ( AuthenticationErrorCode errorCode, string message ) : System
errorCode AuthenticationErrorCode
message string
Résultat System

AuthenticationException() public méthode

public AuthenticationException ( AuthenticationErrorCode errorCode, string message, Exception innerException ) : System
errorCode AuthenticationErrorCode
message string
innerException System.Exception
Résultat System

AuthenticationException() protected méthode

protected AuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System