C# Class Cats.Models.Exceptions.DisabledUserException

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

Public Methods

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

Method Details

DisabledUserException() public method

public DisabledUserException ( ) : System
return System

DisabledUserException() public method

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

DisabledUserException() public method

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

DisabledUserException() public method

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

ToString() public method

public ToString ( ) : string
return string