C# Class Cats.Models.Exceptions.UnabletoResetPasswordException

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

Méthodes publiques

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

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

UnabletoResetPasswordException() public méthode

public UnabletoResetPasswordException ( ) : System
Résultat System

UnabletoResetPasswordException() public méthode

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

UnabletoResetPasswordException() public méthode

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

UnabletoResetPasswordException() public méthode

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