Braintree.Exceptions.NotFoundException.NotFoundException C# (CSharp) Метод

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

public NotFoundException ( string message )
message string
        public NotFoundException(string message) : base(message) {}
        public NotFoundException() : base() {}

Same methods

NotFoundException::NotFoundException ( )
NotFoundException