API.Exceptions.ProductInconsistencyException.ProductInconsistencyException C# (CSharp) Method

ProductInconsistencyException() public method

public ProductInconsistencyException ( string message ) : System
message string
return System
        public ProductInconsistencyException(string message) : base(message)
        {
        }
    }
ProductInconsistencyException