C# Class Cats.Models.Exceptions.DisabledUserException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
DisabledUserException ( ) : System
DisabledUserException ( Exception innerExeption ) : System
DisabledUserException ( string message ) : System
DisabledUserException ( string message, Exception innerException ) : System
ToString ( ) : string

Method Details

DisabledUserException() public méthode

public DisabledUserException ( ) : System
Résultat System

DisabledUserException() public méthode

public DisabledUserException ( Exception innerExeption ) : System
innerExeption System.Exception
Résultat System

DisabledUserException() public méthode

public DisabledUserException ( string message ) : System
message string
Résultat System

DisabledUserException() public méthode

public DisabledUserException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string