C# Class Cats.Models.Exceptions.UserNotFoundException

Inheritance: System.Exception, ISerializable
Exibir arquivo Open project: edgecomputing/cats

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

UserNotFoundException() public method

public UserNotFoundException ( ) : System
return System

UserNotFoundException() public method

public UserNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System

UserNotFoundException() public method

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

UserNotFoundException() public method

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