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