C# Class Cats.Models.Exceptions.PasswordChangeException

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

Public Methods

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

Method Details

PasswordChangeException() public method

public PasswordChangeException ( ) : System
return System

PasswordChangeException() public method

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

PasswordChangeException() public method

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

PasswordChangeException() public method

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

ToString() public method

public ToString ( ) : string
return string