LynnaLab.NotFoundException.NotFoundException C# (CSharp) Method

NotFoundException() public method

public NotFoundException ( ) : System
return System
        public NotFoundException() {}
        public NotFoundException(string s) : base(s) {}

Same methods

NotFoundException::NotFoundException ( string s ) : System
NotFoundException