C# Class Cats.Models.Exceptions.PasswordChangeException

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

Méthodes publiques

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

Method Details

PasswordChangeException() public méthode

public PasswordChangeException ( ) : System
Résultat System

PasswordChangeException() public méthode

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

PasswordChangeException() public méthode

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

PasswordChangeException() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string