C# Class Festispec.Models.Exception.NotAuthorizedException

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

Méthodes publiques

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

Method Details

NotAuthorizedException() public méthode

NotAuthorizedException() public méthode

public NotAuthorizedException ( string message )
message string

NotAuthorizedException() public méthode

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