CleanArchWeb.Application.Common.Exceptions.NotFoundException.NotFoundException C# (CSharp) Метод

NotFoundException() публичный Метод

public NotFoundException ( ) : System
Результат System
        public NotFoundException()
            : base()
        {
        }

Same methods

NotFoundException::NotFoundException ( string message ) : System
NotFoundException::NotFoundException ( string message, Exception innerException ) : System
NotFoundException::NotFoundException ( string name, object key ) : System
NotFoundException