namespace Ds.WMS.WebCore.exception
{
public class NotFoundException : Exception
public NotFoundException(string message) : base(message)
}