C# Class learning_together_api.Exceptions.AppException

Inheritance: Exception
Mostra file Open project: buildit/learning-together-api

Public Methods

Method Description
AppException ( ) : System
AppException ( string message ) : System

Method Details

AppException() public method

public AppException ( ) : System
return System

AppException() public method

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