C# Class ProfileService.WebApi.Exceptions.ProfileNotFoundException

Inheritance: Exception
显示文件 Open project: nehmebilal/AspNetCoreTestingDemo

Public Methods

Method Description
ProfileNotFoundException ( string username ) : System

Method Details

ProfileNotFoundException() public method

public ProfileNotFoundException ( string username ) : System
username string
return System