C# Class Cats.Models.Exceptions.UnmatchingUsernameAndPasswordException

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

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

UnmatchingUsernameAndPasswordException() public method

public UnmatchingUsernameAndPasswordException ( ) : System
return System

UnmatchingUsernameAndPasswordException() public method

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

UnmatchingUsernameAndPasswordException() public method

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

UnmatchingUsernameAndPasswordException() public method

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