C# Class Cats.Models.Exceptions.UnabletoResetPasswordException

Inheritance: System.Exception, ISerializable
Show file Open project: edgecomputing/cats

Public Methods

Method Description
ToString ( ) : string
UnabletoResetPasswordException ( ) : System
UnabletoResetPasswordException ( Exception innerExeption ) : System
UnabletoResetPasswordException ( string message ) : System
UnabletoResetPasswordException ( string message, Exception innerException ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

UnabletoResetPasswordException() public method

public UnabletoResetPasswordException ( ) : System
return System

UnabletoResetPasswordException() public method

public UnabletoResetPasswordException ( Exception innerExeption ) : System
innerExeption System.Exception
return System

UnabletoResetPasswordException() public method

public UnabletoResetPasswordException ( string message ) : System
message string
return System

UnabletoResetPasswordException() public method

public UnabletoResetPasswordException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System