C# Class Festispec.Models.Exception.AuthenticationException

Inheritance: System.Exception
Afficher le fichier Open project: martijnmelchers/avans-festispec

Méthodes publiques

Méthode Description
AuthenticationException ( )
AuthenticationException ( string message )
AuthenticationException ( string message, System.Exception innerException )

Method Details

AuthenticationException() public méthode

AuthenticationException() public méthode

public AuthenticationException ( string message )
message string

AuthenticationException() public méthode

public AuthenticationException ( string message, System.Exception innerException )
message string
innerException System.Exception